Html Css Color HEX #BDB595 Coriander

📋 copy color: '#BDB595'

red 189 ◦ green 181 ◦ blue 149

#BDB595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coriander #BDB595

Tints of Coriander #BDB595

RGB

 RED value IS 189 (74.22% from 255) = 36.42%

 GREEN value IS 181 (71.09% from 255) = 34.87%

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 36.42%
G = 34.87%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDB595 (or 0xBDB595) is known color: Coriander. HEX triplet: BD, B5 and 95. RGB value is (189,181,149). Sum of RGB (Red+Green+Blue) = 189+181+149=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB595 is #424A6A. Grayscale: #B3B3B3. Windows color (decimal): -4344427 or 9811389. OLE color: 9811389.

HSL color Cylindrical-coordinate representation of color #BDB595: hue angle of 48º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB595 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 149 -
CMYK 0 0.04 0.21 0.26
HSL 48º 0.23% 0.66% -
HSV(B) 48º 0.21% 0.74% -
XYZ 42.93 46.04 35.06 -
YUV 179.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 189 181 149 0 0.04 0.21 0.26 48 0.23 0.66
Hex BD B5 95 0 4 15 1A 30 17 42
Octal 275 265 225 0 4 25 32 60 27 102
Binary 10111101 10110101 10010101 0 100 10101 11010 110000 10111 1000010

Color Harmonies of #BDB595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB595

Black with #BDB595

Text Example


Text Example

White with #BDB595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB595; }

 p { color: rgb(189,181,149); }

 H1.HeaderClassName
 {
   color: #BDB595;
 }
 .AnyTagClassName
 {
   color: #BDB595;
 }
</style>

background-color css

<style>
 a { background-color: #BDB595; }

 a { background-color: rgb(189,181,149); }

 div.DivClassName
 {
   background-color: #BDB595;
 }
 .BgClassName
 {
   background-color: #BDB595;
 }
</style>

border-color css

<style>
 span { border-color: #BDB595; }

 span { border-color: rgb(189,181,149); }

 td.TdClassName
 {
   border-color: #BDB595;
 }
 .TagClassName
 {
   border-color: #BDB595;
 }
</style>