#BDB08B

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

Shades of Chino #BDB08B

Tints of Chino #BDB08B

Color information

#BDB08B (or 0xBDB08B) is unknown color: approx Chino. HEX triplet: BD, B0 and 8B. RGB value is (189,176,139). Sum of RGB (Red+Green+Blue) = 189+176+139=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB08B is #424F74. Grayscale: #AFAFAF. Windows color (decimal): -4345717 or 9154749. OLE color: 9154749.

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

Color convert

RGB189176139-
CMYK00.070.260.26
HSL44.4º27.47%64.31%-
HSV(B)44.4º26.46%74.12%-
XYZ41.1743.7330.7-
YUV175.67107.31137.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=37.5%
G=34.92%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917613900.070.260.2644.427.4764.31
HexBDB08B071A1A2c1b40
Octal2752602130732325433100
Binary10111101101100001000101101111101011010101100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB08B; }

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

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

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

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

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

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

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

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