#B0BD72

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

Shades of Caper #B0BD72

Tints of Caper #B0BD72

Color information

#B0BD72 (or 0xB0BD72) is unknown color: approx Caper. HEX triplet: B0, BD and 72. RGB value is (176,189,114). Sum of RGB (Red+Green+Blue) = 176+189+114=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD72 is #4F428D. Grayscale: #B0B0B0. Windows color (decimal): -5194382 or 7519664. OLE color: 7519664.

HSL color Cylindrical-coordinate representation of color #B0BD72: hue angle of 70.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0BD72 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB176189114-
CMYK0.0700.400.26
HSL70.4º36.23%59.41%-
HSV(B)70.4º39.68%74.12%-
XYZ39.1446.8422.9-
YUV176.5692.69127.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 189 (74.22% from 255) = 39.46%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=36.74%
G=39.46%
B=23.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891140.0700.400.2670.436.2359.41
HexB0BD7270281A46243b
Octal2602751627050321064473
Binary101100001011110111100101110101000110101000110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD72; }

 p { color: rgb(176,189,114); }

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

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

 a { background-color: rgb(176,189,114); }

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

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

 span { border-color: rgb(176,189,114); }

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