#BDB88D

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

Shades of Coriander #BDB88D

Tints of Coriander #BDB88D

Color information

#BDB88D (or 0xBDB88D) is unknown color: approx Coriander. HEX triplet: BD, B8 and 8D. RGB value is (189,184,141). Sum of RGB (Red+Green+Blue) = 189+184+141=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB88D is #424772. Grayscale: #B4B4B4. Windows color (decimal): -4343667 or 9287869. OLE color: 9287869.

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

Color convert

RGB189184141-
CMYK00.030.250.26
HSL53.75º26.67%64.71%-
HSV(B)53.75º25.4%74.12%-
XYZ42.9347.0232.01-
YUV180.59105.66134-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=36.77%
G=35.80%
B=27.43%

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
Decimal18918414100.030.250.2653.7526.6764.71
HexBDB88D03191A361b41
Octal2752702150331326633101
Binary1011110110111000100011010111100111010110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB88D; }

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

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

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

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

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

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

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

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