#BDB288

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

Shades of Chino #BDB288

Tints of Chino #BDB288

Color information

#BDB288 (or 0xBDB288) is unknown color: approx Chino. HEX triplet: BD, B2 and 88. RGB value is (189,178,136). Sum of RGB (Red+Green+Blue) = 189+178+136=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB288 is #424D77. Grayscale: #B0B0B0. Windows color (decimal): -4345208 or 8958653. OLE color: 8958653.

HSL color Cylindrical-coordinate representation of color #BDB288: hue angle of 47.55º 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 #BDB288 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB189178136-
CMYK00.060.280.26
HSL47.55º28.65%63.73%-
HSV(B)47.55º28.04%74.12%-
XYZ41.3544.4429.69-
YUV176.5105.14136.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 136 (53.52% from 255) = 27.04%
R=37.57%
G=35.39%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917813600.060.280.2647.5528.6563.73
HexBDB288061C1A301d40
Octal2752622100634326035100
Binary10111101101100101000100001101110011010110000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB288; }

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

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

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

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

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

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

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

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