#B4BE80

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

Shades of Caper #B4BE80

Tints of Caper #B4BE80

Color information

#B4BE80 (or 0xB4BE80) is unknown color: approx Caper. HEX triplet: B4, BE and 80. RGB value is (180,190,128). Sum of RGB (Red+Green+Blue) = 180+190+128=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BE80 is #4B417F. Grayscale: #B4B4B4. Windows color (decimal): -4931968 or 8437428. OLE color: 8437428.

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

Color convert

RGB180190128-
CMYK0.0500.330.25
HSL69.68º32.29%62.35%-
HSV(B)69.68º32.63%74.51%-
XYZ41.1348.0927.54-
YUV179.9498.69128.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=36.14%
G=38.15%
B=25.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901280.0500.330.2569.6832.2962.35
HexB4BE8050211946203e
Octal2642762005041311064076
Binary1011010010111110100000001010100001110011000110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE80; }

 p { color: rgb(180,190,128); }

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

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

 a { background-color: rgb(180,190,128); }

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

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

 span { border-color: rgb(180,190,128); }

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