#B0BF7D

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

Shades of Caper #B0BF7D

Tints of Caper #B0BF7D

Color information

#B0BF7D (or 0xB0BF7D) is unknown color: approx Caper. HEX triplet: B0, BF and 7D. RGB value is (176,191,125). Sum of RGB (Red+Green+Blue) = 176+191+125=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF7D is #4F4082. Grayscale: #B3B3B3. Windows color (decimal): -5193859 or 8241072. OLE color: 8241072.

HSL color Cylindrical-coordinate representation of color #B0BF7D: hue angle of 73.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0BF7D is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB176191125-
CMYK0.0800.350.25
HSL73.64º34.02%61.96%-
HSV(B)73.64º34.55%74.9%-
XYZ40.2447.9726.54-
YUV178.9997.53125.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=35.77%
G=38.82%
B=25.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911250.0800.350.2573.6434.0261.96
HexB0BF7D8023194a223e
Octal26027717510043311124276
Binary1011000010111111111110110000100011110011001010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF7D; }

 p { color: rgb(176,191,125); }

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

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

 a { background-color: rgb(176,191,125); }

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

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

 span { border-color: rgb(176,191,125); }

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