#B0B688

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

Shades of Caper #B0B688

Tints of Caper #B0B688

Color information

#B0B688 (or 0xB0B688) is unknown color: approx Caper. HEX triplet: B0, B6 and 88. RGB value is (176,182,136). Sum of RGB (Red+Green+Blue) = 176+182+136=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B688 is #4F4977. Grayscale: #AFAFAF. Windows color (decimal): -5196152 or 8959664. OLE color: 8959664.

HSL color Cylindrical-coordinate representation of color #B0B688: hue angle of 67.83º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0B688 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB176182136-
CMYK0.0300.250.29
HSL67.83º23.96%62.35%-
HSV(B)67.83º25.27%71.37%-
XYZ39.0844.4629.82-
YUV174.96106.01128.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=35.63%
G=36.84%
B=27.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821360.0300.250.2967.8323.9662.35
HexB0B68830191D44183e
Octal2602662103031351043076
Binary1011000010110110100010001101100111101100010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B688; }

 p { color: rgb(176,182,136); }

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

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

 a { background-color: rgb(176,182,136); }

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

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

 span { border-color: rgb(176,182,136); }

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