#BDB08F

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

Shades of Chino #BDB08F

Tints of Chino #BDB08F

Color information

#BDB08F (or 0xBDB08F) is unknown color: approx Chino. HEX triplet: BD, B0 and 8F. RGB value is (189,176,143). Sum of RGB (Red+Green+Blue) = 189+176+143=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB08F is #424F70. Grayscale: #B0B0B0. Windows color (decimal): -4345713 or 9416893. OLE color: 9416893.

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

Color convert

RGB189176143-
CMYK00.070.240.26
HSL43.04º25.84%65.1%-
HSV(B)43.04º24.34%74.12%-
XYZ41.4743.8532.27-
YUV176.12109.31137.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=37.20%
G=34.65%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917614300.070.240.2643.0425.8465.1
HexBDB08F07181A2b1a41
Octal2752602170730325332101
Binary10111101101100001000111101111100011010101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB08F; }

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

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

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

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

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

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

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

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