#B0BF8C

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

Shades of Caper #B0BF8C

Tints of Caper #B0BF8C

Color information

#B0BF8C (or 0xB0BF8C) is unknown color: approx Caper. HEX triplet: B0, BF and 8C. RGB value is (176,191,140). Sum of RGB (Red+Green+Blue) = 176+191+140=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF8C is #4F4073. Grayscale: #B4B4B4. Windows color (decimal): -5193844 or 9224112. OLE color: 9224112.

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

Color convert

RGB176191140-
CMYK0.0800.270.25
HSL77.65º28.49%64.9%-
HSV(B)77.65º26.7%74.9%-
XYZ41.2748.3931.98-
YUV180.7105.03124.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=34.71%
G=37.67%
B=27.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911400.0800.270.2577.6528.4964.9
HexB0BF8C801B194e1c41
Octal260277214100333111634101
Binary1011000010111111100011001000011011110011001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF8C; }

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

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

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

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

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

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

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

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