#B0B78A

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

Shades of Caper #B0B78A

Tints of Caper #B0B78A

Color information

#B0B78A (or 0xB0B78A) is unknown color: approx Caper. HEX triplet: B0, B7 and 8A. RGB value is (176,183,138). Sum of RGB (Red+Green+Blue) = 176+183+138=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B78A is #4F4875. Grayscale: #AFAFAF. Windows color (decimal): -5195894 or 9090992. OLE color: 9090992.

HSL color Cylindrical-coordinate representation of color #B0B78A: hue angle of 69.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0B78A is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB176183138-
CMYK0.0400.250.28
HSL69.33º23.81%62.94%-
HSV(B)69.33º24.59%71.76%-
XYZ39.4344.9330.64-
YUV175.78106.68128.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=35.41%
G=36.82%
B=27.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761831380.0400.250.2869.3323.8162.94
HexB0B78A40191C45183f
Octal2602672124031341053077
Binary10110000101101111000101010001100111100100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B78A; }

 p { color: rgb(176,183,138); }

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

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

 a { background-color: rgb(176,183,138); }

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

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

 span { border-color: rgb(176,183,138); }

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