#BDB882

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

Shades of Coriander #BDB882

Tints of Coriander #BDB882

Color information

#BDB882 (or 0xBDB882) is unknown color: approx Coriander. HEX triplet: BD, B8 and 82. RGB value is (189,184,130). Sum of RGB (Red+Green+Blue) = 189+184+130=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB882 is #42477D. Grayscale: #B3B3B3. Windows color (decimal): -4343678 or 8566973. OLE color: 8566973.

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

Color convert

RGB189184130-
CMYK00.030.310.26
HSL54.92º30.89%62.55%-
HSV(B)54.92º31.22%74.12%-
XYZ42.1646.7127.91-
YUV179.34100.16134.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 184 (72.27% from 255) = 36.58%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=37.57%
G=36.58%
B=25.84%

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
Decimal18918413000.030.310.2654.9230.8962.55
HexBDB882031F1A371f3f
Octal275270202033732673777
Binary101111011011100010000010011111111101011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB882; }

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

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

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

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

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

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

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

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