#BDB88E

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

Shades of Coriander #BDB88E

Tints of Coriander #BDB88E

Color information

#BDB88E (or 0xBDB88E) is unknown color: approx Coriander. HEX triplet: BD, B8 and 8E. RGB value is (189,184,142). Sum of RGB (Red+Green+Blue) = 189+184+142=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB88E is #424771. Grayscale: #B4B4B4. Windows color (decimal): -4343666 or 9353405. OLE color: 9353405.

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

Color convert

RGB189184142-
CMYK00.030.250.26
HSL53.62º26.26%64.9%-
HSV(B)53.62º24.87%74.12%-
XYZ43.0147.0532.41-
YUV180.71106.16133.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=36.70%
G=35.73%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918414200.030.250.2653.6226.2664.9
HexBDB88E03191A361a41
Octal2752702160331326632101
Binary1011110110111000100011100111100111010110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB88E; }

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

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

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

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

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

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

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

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