#BDB788

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

Shades of Coriander #BDB788

Tints of Coriander #BDB788

Color information

#BDB788 (or 0xBDB788) is unknown color: approx Coriander. HEX triplet: BD, B7 and 88. RGB value is (189,183,136). Sum of RGB (Red+Green+Blue) = 189+183+136=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB788 is #424877. Grayscale: #B3B3B3. Windows color (decimal): -4343928 or 8959933. OLE color: 8959933.

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

Color convert

RGB189183136-
CMYK00.030.280.26
HSL53.21º28.65%63.73%-
HSV(B)53.21º28.04%74.12%-
XYZ42.3646.4630.03-
YUV179.44103.49134.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=37.20%
G=36.02%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918313600.030.280.2653.2128.6563.73
HexBDB788031C1A351d40
Octal2752672100334326535100
Binary1011110110110111100010000111110011010110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB788; }

 p { color: rgb(189,183,136); }

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

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

 a { background-color: rgb(189,183,136); }

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

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

 span { border-color: rgb(189,183,136); }

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