Html Css Color HEX #B1BC87 Caper

📋 copy color: '#B1BC87'

red 177 ◦ green 188 ◦ blue 135

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

Shades of Caper #B1BC87

Tints of Caper #B1BC87

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

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

R = 35.4%
G = 37.6%
B = 27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#B1BC87 (or 0xB1BC87) is known color: Caper. HEX triplet: B1, BC and 87. RGB value is (177,188,135). Sum of RGB (Red+Green+Blue) = 177+188+135=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC87 is #4E4378. Grayscale: #B2B2B2. Windows color (decimal): -5129081 or 8895665. OLE color: 8895665.

HSL color Cylindrical-coordinate representation of color #B1BC87: hue angle of 72.45º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1BC87 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 188 135 -
CMYK 0.06 0 0.28 0.26
HSL 72.45º 0.28% 0.63% -
HSV(B) 72.45º 0.28% 0.74% -
XYZ 40.49 47.06 29.87 -
YUV 178.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 177 188 135 0.06 0 0.28 0.26 72.45 0.28 0.63
Hex B1 BC 87 6 0 1C 1A 48 1C 3F
Octal 261 274 207 6 0 34 32 110 34 77
Binary 10110001 10111100 10000111 110 0 11100 11010 1001000 11100 111111

Color Harmonies of #B1BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC87

Black with #B1BC87

Text Example


Text Example

White with #B1BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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