#BDB087

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

Shades of Chino #BDB087

Tints of Chino #BDB087

Color information

#BDB087 (or 0xBDB087) is unknown color: approx Chino. HEX triplet: BD, B0 and 87. RGB value is (189,176,135). Sum of RGB (Red+Green+Blue) = 189+176+135=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB087 is #424F78. Grayscale: #AFAFAF. Windows color (decimal): -4345721 or 8892605. OLE color: 8892605.

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

Color convert

RGB189176135-
CMYK00.070.290.26
HSL45.56º29.03%63.53%-
HSV(B)45.56º28.57%74.12%-
XYZ40.8843.6229.19-
YUV175.21105.31137.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 135 (53.12% from 255) = 27%
R=37.8%
G=35.2%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917613500.070.290.2645.5629.0363.53
HexBDB087071D1A2e1d40
Octal2752602070735325635100
Binary10111101101100001000011101111110111010101110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB087; }

 p { color: rgb(189,176,135); }

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

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

 a { background-color: rgb(189,176,135); }

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

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

 span { border-color: rgb(189,176,135); }

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