#BDB995

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

Shades of Coriander #BDB995

Tints of Coriander #BDB995

Color information

#BDB995 (or 0xBDB995) is unknown color: approx Coriander. HEX triplet: BD, B9 and 95. RGB value is (189,185,149). Sum of RGB (Red+Green+Blue) = 189+185+149=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB995 is #42466A. Grayscale: #B6B6B6. Windows color (decimal): -4343403 or 9812413. OLE color: 9812413.

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

Color convert

RGB189185149-
CMYK00.020.210.26
HSL54º23.26%66.27%-
HSV(B)54º21.16%74.12%-
XYZ43.7647.6935.33-
YUV182.09109.33132.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=36.14%
G=35.37%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918514900.020.210.265423.2666.27
HexBDB99502151A361742
Octal2752712250225326627102
Binary1011110110111001100101010101010111010110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB995; }

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

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

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

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

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

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

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

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