Html Css Color HEX #B1B885 Caper

📋 copy color: '#B1B885'

red 177 ◦ green 184 ◦ blue 133

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

Shades of Caper #B1B885

Tints of Caper #B1B885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.92%

R = 35.83%
G = 37.25%
B = 26.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B1B885 (or 0xB1B885) is known color: Caper. HEX triplet: B1, B8 and 85. RGB value is (177,184,133). Sum of RGB (Red+Green+Blue) = 177+184+133=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B885 is #4E477A. Grayscale: #B0B0B0. Windows color (decimal): -5130107 or 8763569. OLE color: 8763569.

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

Color convert

RGB 177 184 133 -
CMYK 0.04 0 0.28 0.28
HSL 68.24º 0.26% 0.62% -
HSV(B) 68.24º 0.28% 0.72% -
XYZ 39.51 45.32 28.86 -
YUV 176.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 177 184 133 0.04 0 0.28 0.28 68.24 0.26 0.62
Hex B1 B8 85 4 0 1C 1C 44 1A 3E
Octal 261 270 205 4 0 34 34 104 32 76
Binary 10110001 10111000 10000101 100 0 11100 11100 1000100 11010 111110

Color Harmonies of #B1B885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B885

Black with #B1B885

Text Example


Text Example

White with #B1B885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B885; }

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

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

background-color css

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

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

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

border-color css

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

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

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