#B0A78B

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

Shades of Chino #B0A78B

Tints of Chino #B0A78B

Color information

#B0A78B (or 0xB0A78B) is unknown color: approx Chino. HEX triplet: B0, A7 and 8B. RGB value is (176,167,139). Sum of RGB (Red+Green+Blue) = 176+167+139=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A78B is #4F5874. Grayscale: #A6A6A6. Windows color (decimal): -5199989 or 9152432. OLE color: 9152432.

HSL color Cylindrical-coordinate representation of color #B0A78B: hue angle of 45.41º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0A78B is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB176167139-
CMYK00.050.210.31
HSL45.41º18.97%61.76%-
HSV(B)45.41º21.02%69.02%-
XYZ36.3838.7329.98-
YUV166.5112.48134.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=36.51%
G=34.65%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616713900.050.210.3145.4118.9761.76
HexB0A78B05151F2d133e
Octal260247213052537552376
Binary1011000010100111100010110101101011111110110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A78B; }

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

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

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

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

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

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

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

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