#BDB484

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

Shades of Coriander #BDB484

Tints of Coriander #BDB484

Color information

#BDB484 (or 0xBDB484) is unknown color: approx Coriander. HEX triplet: BD, B4 and 84. RGB value is (189,180,132). Sum of RGB (Red+Green+Blue) = 189+180+132=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB484 is #424B7B. Grayscale: #B1B1B1. Windows color (decimal): -4344700 or 8697021. OLE color: 8697021.

HSL color Cylindrical-coordinate representation of color #BDB484: hue angle of 50.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB484 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189180132-
CMYK00.050.300.26
HSL50.53º30.16%62.94%-
HSV(B)50.53º30.16%74.12%-
XYZ41.4745.1328.35-
YUV177.22102.48136.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=37.72%
G=35.93%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918013200.050.300.2650.5330.1662.94
HexBDB484051E1A331e3f
Octal275264204053632633677
Binary1011110110110100100001000101111101101011001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB484; }

 p { color: rgb(189,180,132); }

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

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

 a { background-color: rgb(189,180,132); }

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

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

 span { border-color: rgb(189,180,132); }

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