#B1BE8A

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

Shades of Caper #B1BE8A

Tints of Caper #B1BE8A

Color information

#B1BE8A (or 0xB1BE8A) is unknown color: approx Caper. HEX triplet: B1, BE and 8A. RGB value is (177,190,138). Sum of RGB (Red+Green+Blue) = 177+190+138=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE8A is #4E4175. Grayscale: #B4B4B4. Windows color (decimal): -5128566 or 9092785. OLE color: 9092785.

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

Color convert

RGB177190138-
CMYK0.0700.270.25
HSL75º28.57%64.31%-
HSV(B)75º27.37%74.51%-
XYZ41.1348.0131.14-
YUV180.18104.19125.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=35.05%
G=37.62%
B=27.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901380.0700.270.257528.5764.31
HexB1BE8A701B194b1d40
Octal26127621270333111335100
Binary101100011011111010001010111011011110011001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE8A; }

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

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

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

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

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

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

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

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