#BCB28A

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

Shades of Chino #BCB28A

Tints of Chino #BCB28A

Color information

#BCB28A (or 0xBCB28A) is unknown color: approx Chino. HEX triplet: BC, B2 and 8A. RGB value is (188,178,138). Sum of RGB (Red+Green+Blue) = 188+178+138=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB28A is #434D75. Grayscale: #B0B0B0. Windows color (decimal): -4410742 or 9089724. OLE color: 9089724.

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

Color convert

RGB188178138-
CMYK00.050.270.26
HSL48º27.17%63.92%-
HSV(B)48º26.6%73.73%-
XYZ41.2544.3730.43-
YUV176.43106.31136.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=37.30%
G=35.32%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817813800.050.270.264827.1763.92
HexBCB28A051B1A301b40
Octal2742622120533326033100
Binary10111100101100101000101001011101111010110000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB28A; }

 p { color: rgb(188,178,138); }

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

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

 a { background-color: rgb(188,178,138); }

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

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

 span { border-color: rgb(188,178,138); }

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