#BDB994

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

Shades of Coriander #BDB994

Tints of Coriander #BDB994

Color information

#BDB994 (or 0xBDB994) is unknown color: approx Coriander. HEX triplet: BD, B9 and 94. RGB value is (189,185,148). Sum of RGB (Red+Green+Blue) = 189+185+148=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB994 is #42466B. Grayscale: #B6B6B6. Windows color (decimal): -4343404 or 9746877. OLE color: 9746877.

HSL color Cylindrical-coordinate representation of color #BDB994: hue angle of 54.15º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB994 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB189185148-
CMYK00.020.220.26
HSL54.15º23.7%66.08%-
HSV(B)54.15º21.69%74.12%-
XYZ43.6847.6534.91-
YUV181.98108.83133.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=36.21%
G=35.44%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918514800.020.220.2654.1523.766.08
HexBDB99402161A361842
Octal2752712240226326630102
Binary1011110110111001100101000101011011010110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB994; }

 p { color: rgb(189,185,148); }

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

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

 a { background-color: rgb(189,185,148); }

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

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

 span { border-color: rgb(189,185,148); }

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