#BCB08B

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

Shades of Chino #BCB08B

Tints of Chino #BCB08B

Color information

#BCB08B (or 0xBCB08B) is unknown color: approx Chino. HEX triplet: BC, B0 and 8B. RGB value is (188,176,139). Sum of RGB (Red+Green+Blue) = 188+176+139=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB08B is #434F74. Grayscale: #AFAFAF. Windows color (decimal): -4411253 or 9154748. OLE color: 9154748.

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

Color convert

RGB188176139-
CMYK00.060.260.26
HSL45.31º26.78%64.12%-
HSV(B)45.31º26.06%73.73%-
XYZ40.9243.6130.69-
YUV175.37107.48137.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=37.38%
G=34.99%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817613900.060.260.2645.3126.7864.12
HexBCB08B061A1A2d1b40
Octal2742602130632325533100
Binary10111100101100001000101101101101011010101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB08B; }

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

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

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

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

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

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

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

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