#BDB883

Color #BDB883 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BDB883

Tints of Coriander #BDB883

Color information

#BDB883 (or 0xBDB883) is unknown color: approx Coriander. HEX triplet: BD, B8 and 83. RGB value is (189,184,131). Sum of RGB (Red+Green+Blue) = 189+184+131=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB883 is #42477C. Grayscale: #B3B3B3. Windows color (decimal): -4343677 or 8632509. OLE color: 8632509.

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

Color convert

RGB189184131-
CMYK00.030.310.26
HSL54.83º30.53%62.75%-
HSV(B)54.83º30.69%74.12%-
XYZ42.2246.7428.27-
YUV179.45100.66134.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=37.5%
G=36.51%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918413100.030.310.2654.8330.5362.75
HexBDB883031F1A371f3f
Octal275270203033732673777
Binary101111011011100010000011011111111101011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB883; }

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

 H1.HeaderClassName
 {
   color: #BDB883;
 }
 .AnyTagClassName
 {
   color: #BDB883;
 }
</style>
background-color css

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

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

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

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

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

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