#B4BE7F

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

Shades of Caper #B4BE7F

Tints of Caper #B4BE7F

Color information

#B4BE7F (or 0xB4BE7F) is unknown color: approx Caper. HEX triplet: B4, BE and 7F. RGB value is (180,190,127). Sum of RGB (Red+Green+Blue) = 180+190+127=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE7F is #4B4180. Grayscale: #B4B4B4. Windows color (decimal): -4931969 or 8371892. OLE color: 8371892.

HSL color Cylindrical-coordinate representation of color #B4BE7F: hue angle of 69.52º degrees, saturation: 0.33, 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 #B4BE7F is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB180190127-
CMYK0.0500.330.25
HSL69.52º32.64%62.16%-
HSV(B)69.52º33.16%74.51%-
XYZ41.0748.0627.19-
YUV179.8398.19128.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 127 (50% from 255) = 25.55%
R=36.22%
G=38.23%
B=25.55%

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
Decimal1801901270.0500.330.2569.5232.6462.16
HexB4BE7F50211946213e
Octal2642761775041311064176
Binary101101001011111011111111010100001110011000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE7F; }

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

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

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

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

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

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

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

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