#B0B787

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

Shades of Caper #B0B787

Tints of Caper #B0B787

Color information

#B0B787 (or 0xB0B787) is unknown color: approx Caper. HEX triplet: B0, B7 and 87. RGB value is (176,183,135). Sum of RGB (Red+Green+Blue) = 176+183+135=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B787 is #4F4878. Grayscale: #AFAFAF. Windows color (decimal): -5195897 or 8894384. OLE color: 8894384.

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

Color convert

RGB176183135-
CMYK0.0400.260.28
HSL68.75º25%62.35%-
HSV(B)68.75º26.23%71.76%-
XYZ39.2144.8529.51-
YUV175.44105.18128.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 135 (53.12% from 255) = 27.33%
R=35.63%
G=37.04%
B=27.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761831350.0400.260.2868.752562.35
HexB0B787401A1C45193e
Octal2602672074032341053176
Binary10110000101101111000011110001101011100100010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B787; }

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

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

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

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

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

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

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

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