#B1BE72

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

Shades of Caper #B1BE72

Tints of Caper #B1BE72

Color information

#B1BE72 (or 0xB1BE72) is unknown color: approx Caper. HEX triplet: B1, BE and 72. RGB value is (177,190,114). Sum of RGB (Red+Green+Blue) = 177+190+114=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BE72 is #4E418D. Grayscale: #B1B1B1. Windows color (decimal): -5128590 or 7519921. OLE color: 7519921.

HSL color Cylindrical-coordinate representation of color #B1BE72: hue angle of 70.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1BE72 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB177190114-
CMYK0.0700.400.25
HSL70.26º36.89%59.61%-
HSV(B)70.26º40%74.51%-
XYZ39.5847.3922.98-
YUV177.4592.19127.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=36.80%
G=39.50%
B=23.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901140.0700.400.2570.2636.8959.61
HexB1BE7270281946253c
Octal2612761627050311064574
Binary101100011011111011100101110101000110011000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE72; }

 p { color: rgb(177,190,114); }

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

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

 a { background-color: rgb(177,190,114); }

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

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

 span { border-color: rgb(177,190,114); }

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