#BDB88B

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

Shades of Coriander #BDB88B

Tints of Coriander #BDB88B

Color information

#BDB88B (or 0xBDB88B) is unknown color: approx Coriander. HEX triplet: BD, B8 and 8B. RGB value is (189,184,139). Sum of RGB (Red+Green+Blue) = 189+184+139=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB88B is #424774. Grayscale: #B4B4B4. Windows color (decimal): -4343669 or 9156797. OLE color: 9156797.

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

Color convert

RGB189184139-
CMYK00.030.260.26
HSL54º27.47%64.31%-
HSV(B)54º26.46%74.12%-
XYZ42.7946.9631.24-
YUV180.36104.66134.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=36.91%
G=35.94%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918413900.030.260.265427.4764.31
HexBDB88B031A1A361b40
Octal2752702130332326633100
Binary1011110110111000100010110111101011010110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB88B; }

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

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

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

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

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

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

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

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