Color Hex Logo

#beb275 Color Hex

#BEB275
(190,178,117)
0 Favorites   0 Comments

Color spaces of #beb275

RGB 190178117
HSL0.140.360.60
HSV50°38°75°
CMYK 0.000.060.38   0.25
XYZ40.366544.072323.2089
Yxy44.07230.37500.4094
Hunter Lab66.3870-7.640525.7431
CIE-Lab72.2768-4.668132.7306

#beb275 color RGB value is (190,178,117).

#beb275 hex color red value is 190, green value is 178 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #beb275 hue: 0.14 , saturation: 0.36 and the lightness value of beb275 is 0.60.

The process color (four color CMYK) of #beb275 color hex is 0.00, 0.06, 0.38, 0.25. Web safe color of #beb275 is #cc9966. Color #beb275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01110101
Octal 276 262 165
Decimal 190 178 117
Hex BE B2 75

RGB Percentages of Color #beb275

%39.18
%36.70
%24.12

CMYK Percentages of Color #beb275

%0
%6
%38
%25

Triadic Colors of #beb275

#beb275 #75beb2 #b275be

Analogous Colors of #beb275

#beb275 #a6be75 #be8e75

Monochromatic Colors of #beb275

#beb275

Complementary Color

#beb275 #7581be

#beb275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb275 Color CSS Codes

.mybgcolor {background-color:#beb275; } 
.myforecolor {color:#beb275; }
.mybordercolor {border:3px solid #beb275; }

#beb275 Text Font Color

<p style="color:#beb275">Text here</p>

This sample text font color is #beb275
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#beb275 Background Color

<div style="background-color:#beb275">
Div content here</div>

This div background color is #beb275


#beb275 Border Color

<div style="border:3px solid #beb275">
Div here</div>

This div border color is #beb275


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,178,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #beb275; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #beb275;
  -webkit-box-shadow: 1px 1px 3px 2px #beb275;
  box-shadow:         1px 1px 3px 2px #beb275; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,178,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #beb275">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #beb275;
  -webkit-box-shadow: 1px 1px 3px 2px #beb275;
  box-shadow:         1px 1px 3px 2px #beb275;">
Div content here</div>

This div box has shadow with color #beb275

#beb275 Color Palettes


Comments

No comments written yet.

Please login to write comment.