Html Css Color HEX #B1B984 Caper

📋 copy color: '#B1B984'

red 177 ◦ green 185 ◦ blue 132

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

Shades of Caper #B1B984

Tints of Caper #B1B984

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.45%

 BLUE value IS 132 (51.95% from 255) = 26.72%

R = 35.83%
G = 37.45%
B = 26.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B1B984 (or 0xB1B984) is known color: Caper. HEX triplet: B1, B9 and 84. RGB value is (177,185,132). Sum of RGB (Red+Green+Blue) = 177+185+132=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B984 is #4E467B. Grayscale: #B0B0B0. Windows color (decimal): -5129852 or 8698289. OLE color: 8698289.

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

Color convert

RGB 177 185 132 -
CMYK 0.04 0 0.29 0.27
HSL 69.06º 0.27% 0.62% -
HSV(B) 69.06º 0.29% 0.73% -
XYZ 39.65 45.71 28.56 -
YUV 176.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 177 185 132 0.04 0 0.29 0.27 69.06 0.27 0.62
Hex B1 B9 84 4 0 1D 1B 45 1B 3E
Octal 261 271 204 4 0 35 33 105 33 76
Binary 10110001 10111001 10000100 100 0 11101 11011 1000101 11011 111110

Color Harmonies of #B1B984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B984

Black with #B1B984

Text Example


Text Example

White with #B1B984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B984; }

 p { color: rgb(177,185,132); }

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

background-color css

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

 a { background-color: rgb(177,185,132); }

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

border-color css

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

 span { border-color: rgb(177,185,132); }

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