#BDB188

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

Shades of Chino #BDB188

Tints of Chino #BDB188

Color information

#BDB188 (or 0xBDB188) is unknown color: approx Chino. HEX triplet: BD, B1 and 88. RGB value is (189,177,136). Sum of RGB (Red+Green+Blue) = 189+177+136=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB188 is #424E77. Grayscale: #B0B0B0. Windows color (decimal): -4345464 or 8958397. OLE color: 8958397.

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

Color convert

RGB189177136-
CMYK00.060.280.26
HSL46.42º28.65%63.73%-
HSV(B)46.42º28.04%74.12%-
XYZ41.1544.0429.62-
YUV175.91105.48137.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=37.65%
G=35.26%
B=27.09%

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
Decimal18917713600.060.280.2646.4228.6563.73
HexBDB188061C1A2e1d40
Octal2752612100634325635100
Binary10111101101100011000100001101110011010101110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB188; }

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

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

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

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

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

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

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

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