Html Css Color HEX #B1B88E Caper

📋 copy color: '#B1B88E'

red 177 ◦ green 184 ◦ blue 142

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

Shades of Caper #B1B88E

Tints of Caper #B1B88E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.58%

 BLUE value IS 142 (55.86% from 255) = 28.23%

R = 35.19%
G = 36.58%
B = 28.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B1B88E (or 0xB1B88E) is known color: Caper. HEX triplet: B1, B8 and 8E. RGB value is (177,184,142). Sum of RGB (Red+Green+Blue) = 177+184+142=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B88E is #4E4771. Grayscale: #B1B1B1. Windows color (decimal): -5130098 or 9353393. OLE color: 9353393.

HSL color Cylindrical-coordinate representation of color #B1B88E: hue angle of 70º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1B88E is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 184 142 -
CMYK 0.04 0 0.23 0.28
HSL 70º 0.23% 0.64% -
HSV(B) 70º 0.23% 0.72% -
XYZ 40.15 45.58 32.27 -
YUV 177.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 177 184 142 0.04 0 0.23 0.28 70 0.23 0.64
Hex B1 B8 8E 4 0 17 1C 46 17 40
Octal 261 270 216 4 0 27 34 106 27 100
Binary 10110001 10111000 10001110 100 0 10111 11100 1000110 10111 1000000

Color Harmonies of #B1B88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B88E

Black with #B1B88E

Text Example


Text Example

White with #B1B88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B88E; }

 p { color: rgb(177,184,142); }

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

background-color css

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

 a { background-color: rgb(177,184,142); }

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

border-color css

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

 span { border-color: rgb(177,184,142); }

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