#B0BF8D

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

Shades of Caper #B0BF8D

Tints of Caper #B0BF8D

Color information

#B0BF8D (or 0xB0BF8D) is unknown color: approx Caper. HEX triplet: B0, BF and 8D. RGB value is (176,191,141). Sum of RGB (Red+Green+Blue) = 176+191+141=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF8D is #4F4072. Grayscale: #B5B5B5. Windows color (decimal): -5193843 or 9289648. OLE color: 9289648.

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

Color convert

RGB176191141-
CMYK0.0800.260.25
HSL78º28.09%65.1%-
HSV(B)78º26.18%74.9%-
XYZ41.3448.4132.37-
YUV180.82105.53124.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=34.65%
G=37.60%
B=27.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911410.0800.260.257828.0965.1
HexB0BF8D801A194e1c41
Octal260277215100323111634101
Binary1011000010111111100011011000011010110011001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF8D; }

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

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

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

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

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

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

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

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