Html Css Color HEX #B1B882 Caper

📋 copy color: '#B1B882'

red 177 ◦ green 184 ◦ blue 130

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

Shades of Caper #B1B882

Tints of Caper #B1B882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 36.05%
G = 37.47%
B = 26.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B1B882 (or 0xB1B882) is known color: Caper. HEX triplet: B1, B8 and 82. RGB value is (177,184,130). Sum of RGB (Red+Green+Blue) = 177+184+130=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B882 is #4E477D. Grayscale: #AFAFAF. Windows color (decimal): -5130110 or 8566961. OLE color: 8566961.

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

Color convert

RGB 177 184 130 -
CMYK 0.04 0 0.29 0.28
HSL 67.78º 0.28% 0.62% -
HSV(B) 67.78º 0.29% 0.72% -
XYZ 39.3 45.24 27.78 -
YUV 175.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 177 184 130 0.04 0 0.29 0.28 67.78 0.28 0.62
Hex B1 B8 82 4 0 1D 1C 44 1C 3E
Octal 261 270 202 4 0 35 34 104 34 76
Binary 10110001 10111000 10000010 100 0 11101 11100 1000100 11100 111110

Color Harmonies of #B1B882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B882

Black with #B1B882

Text Example


Text Example

White with #B1B882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B882; }

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

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

background-color css

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

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

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

border-color css

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

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

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