Html Css Color HEX #BDB895 Coriander

📋 copy color: '#BDB895'

red 189 ◦ green 184 ◦ blue 149

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

Shades of Coriander #BDB895

Tints of Coriander #BDB895

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.25%

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

R = 36.21%
G = 35.25%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDB895 (or 0xBDB895) is known color: Coriander. HEX triplet: BD, B8 and 95. RGB value is (189,184,149). Sum of RGB (Red+Green+Blue) = 189+184+149=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB895 is #42476A. Grayscale: #B5B5B5. Windows color (decimal): -4343659 or 9812157. OLE color: 9812157.

HSL color Cylindrical-coordinate representation of color #BDB895: hue angle of 52.5º 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 #BDB895 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 149 -
CMYK 0 0.03 0.21 0.26
HSL 52.5º 0.23% 0.66% -
HSV(B) 52.5º 0.21% 0.74% -
XYZ 43.55 47.27 35.26 -
YUV 181.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 189 184 149 0 0.03 0.21 0.26 52.5 0.23 0.66
Hex BD B8 95 0 3 15 1A 34 17 42
Octal 275 270 225 0 3 25 32 64 27 102
Binary 10111101 10111000 10010101 0 11 10101 11010 110100 10111 1000010

Color Harmonies of #BDB895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB895

Black with #BDB895

Text Example


Text Example

White with #BDB895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB895; }

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

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

background-color css

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

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

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

border-color css

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

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

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