Html Css Color HEX #B1B983 Caper

📋 copy color: '#B1B983'

red 177 ◦ green 185 ◦ blue 131

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

Shades of Caper #B1B983

Tints of Caper #B1B983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.57%

R = 35.9%
G = 37.53%
B = 26.57%

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

#B1B983 (or 0xB1B983) is known color: Caper. HEX triplet: B1, B9 and 83. RGB value is (177,185,131). Sum of RGB (Red+Green+Blue) = 177+185+131=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B983 is #4E467C. Grayscale: #B0B0B0. Windows color (decimal): -5129853 or 8632753. OLE color: 8632753.

HSL color Cylindrical-coordinate representation of color #B1B983: hue angle of 68.89º degrees, saturation: 0.28, 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 #B1B983 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 185 131 -
CMYK 0.04 0 0.29 0.27
HSL 68.89º 0.28% 0.62% -
HSV(B) 68.89º 0.29% 0.73% -
XYZ 39.58 45.68 28.2 -
YUV 176.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 177 185 131 0.04 0 0.29 0.27 68.89 0.28 0.62
Hex B1 B9 83 4 0 1D 1B 45 1C 3E
Octal 261 271 203 4 0 35 33 105 34 76
Binary 10110001 10111001 10000011 100 0 11101 11011 1000101 11100 111110

Color Harmonies of #B1B983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B983

Black with #B1B983

Text Example


Text Example

White with #B1B983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B983; }

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

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

background-color css

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

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

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

border-color css

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

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

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