#B0B981

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

Shades of Caper #B0B981

Tints of Caper #B0B981

Color information

#B0B981 (or 0xB0B981) is unknown color: approx Caper. HEX triplet: B0, B9 and 81. RGB value is (176,185,129). Sum of RGB (Red+Green+Blue) = 176+185+129=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B981 is #4F467E. Grayscale: #B0B0B0. Windows color (decimal): -5195391 or 8501680. OLE color: 8501680.

HSL color Cylindrical-coordinate representation of color #B0B981: hue angle of 69.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0B981 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB176185129-
CMYK0.0500.300.27
HSL69.64º28.57%61.57%-
HSV(B)69.64º30.27%72.55%-
XYZ39.2245.5127.49-
YUV175.92101.52128.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=35.92%
G=37.76%
B=26.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851290.0500.300.2769.6428.5761.57
HexB0B981501E1B461d3e
Octal2602712015036331063576
Binary10110000101110011000000110101111011011100011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B981; }

 p { color: rgb(176,185,129); }

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

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

 a { background-color: rgb(176,185,129); }

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

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

 span { border-color: rgb(176,185,129); }

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