#B0B884

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

Shades of Caper #B0B884

Tints of Caper #B0B884

Color information

#B0B884 (or 0xB0B884) is unknown color: approx Caper. HEX triplet: B0, B8 and 84. RGB value is (176,184,132). Sum of RGB (Red+Green+Blue) = 176+184+132=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B884 is #4F477B. Grayscale: #AFAFAF. Windows color (decimal): -5195644 or 8698032. OLE color: 8698032.

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

Color convert

RGB176184132-
CMYK0.0400.280.28
HSL69.23º26.8%61.96%-
HSV(B)69.23º28.26%72.16%-
XYZ39.2145.1828.48-
YUV175.68103.35128.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=35.77%
G=37.40%
B=26.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761841320.0400.280.2869.2326.861.96
HexB0B884401C1C451b3e
Octal2602702044034341053376
Binary10110000101110001000010010001110011100100010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B884; }

 p { color: rgb(176,184,132); }

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

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

 a { background-color: rgb(176,184,132); }

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

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

 span { border-color: rgb(176,184,132); }

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