#B0BD7B

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

Shades of Caper #B0BD7B

Tints of Caper #B0BD7B

Color information

#B0BD7B (or 0xB0BD7B) is unknown color: approx Caper. HEX triplet: B0, BD and 7B. RGB value is (176,189,123). Sum of RGB (Red+Green+Blue) = 176+189+123=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD7B is #4F4284. Grayscale: #B1B1B1. Windows color (decimal): -5194373 or 8109488. OLE color: 8109488.

HSL color Cylindrical-coordinate representation of color #B0BD7B: hue angle of 71.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0BD7B is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB176189123-
CMYK0.0700.350.26
HSL71.82º33.33%61.18%-
HSV(B)71.82º34.92%74.12%-
XYZ39.6847.0625.73-
YUV177.5997.19126.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 123 (48.44% from 255) = 25.20%
R=36.07%
G=38.73%
B=25.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891230.0700.350.2671.8233.3361.18
HexB0BD7B70231A48213d
Octal2602751737043321104175
Binary101100001011110111110111110100011110101001000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD7B; }

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

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

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

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

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

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

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

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