Html Css Color HEX #B1BA87 Caper

📋 copy color: '#B1BA87'

red 177 ◦ green 186 ◦ blue 135

#B1BA87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #B1BA87

Tints of Caper #B1BA87

RGB

 RED value IS 177 (69.53% from 255) = 35.54%

 GREEN value IS 186 (73.05% from 255) = 37.35%

 BLUE value IS 135 (53.13% from 255) = 27.11%

R = 35.54%
G = 37.35%
B = 27.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B1BA87 (or 0xB1BA87) is known color: Caper. HEX triplet: B1, BA and 87. RGB value is (177,186,135). Sum of RGB (Red+Green+Blue) = 177+186+135=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA87 is #4E4578. Grayscale: #B1B1B1. Windows color (decimal): -5129593 or 8895153. OLE color: 8895153.

HSL color Cylindrical-coordinate representation of color #B1BA87: hue angle of 70.59º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1BA87 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 186 135 -
CMYK 0.05 0 0.27 0.27
HSL 70.59º 0.27% 0.63% -
HSV(B) 70.59º 0.27% 0.73% -
XYZ 40.06 46.21 29.73 -
YUV 177.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 177 186 135 0.05 0 0.27 0.27 70.59 0.27 0.63
Hex B1 BA 87 5 0 1B 1B 47 1B 3F
Octal 261 272 207 5 0 33 33 107 33 77
Binary 10110001 10111010 10000111 101 0 11011 11011 1000111 11011 111111

Color Harmonies of #B1BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA87

Black with #B1BA87

Text Example


Text Example

White with #B1BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA87; }

 p { color: rgb(177,186,135); }

 H1.HeaderClassName
 {
   color: #B1BA87;
 }
 .AnyTagClassName
 {
   color: #B1BA87;
 }
</style>

background-color css

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

 a { background-color: rgb(177,186,135); }

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

border-color css

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

 span { border-color: rgb(177,186,135); }

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