Html Css Color HEX #BDB886 Coriander

📋 copy color: '#BDB886'

red 189 ◦ green 184 ◦ blue 134

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

Shades of Coriander #BDB886

Tints of Coriander #BDB886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.43%

R = 37.28%
G = 36.29%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDB886 (or 0xBDB886) is known color: Coriander. HEX triplet: BD, B8 and 86. RGB value is (189,184,134). Sum of RGB (Red+Green+Blue) = 189+184+134=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB886 is #424779. Grayscale: #B4B4B4. Windows color (decimal): -4343674 or 8829117. OLE color: 8829117.

HSL color Cylindrical-coordinate representation of color #BDB886: hue angle of 54.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB886 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 134 -
CMYK 0 0.03 0.29 0.26
HSL 54.55º 0.29% 0.63% -
HSV(B) 54.55º 0.29% 0.74% -
XYZ 42.43 46.82 29.36 -
YUV 179.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 189 184 134 0 0.03 0.29 0.26 54.55 0.29 0.63
Hex BD B8 86 0 3 1D 1A 37 1D 3F
Octal 275 270 206 0 3 35 32 67 35 77
Binary 10111101 10111000 10000110 0 11 11101 11010 110111 11101 111111

Color Harmonies of #BDB886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB886

Black with #BDB886

Text Example


Text Example

White with #BDB886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB886; }

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

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

background-color css

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

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

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

border-color css

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

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

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