Html Css Color HEX #B1A191 Cloudy

📋 copy color: '#B1A191'

red 177 ◦ green 161 ◦ blue 145

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

Shades of Cloudy #B1A191

Tints of Cloudy #B1A191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 36.65%
G = 33.33%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B1A191 (or 0xB1A191) is known color: Cloudy. HEX triplet: B1, A1 and 91. RGB value is (177,161,145). Sum of RGB (Red+Green+Blue) = 177+161+145=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A191 is #4E5E6E. Grayscale: #A4A4A4. Windows color (decimal): -5135983 or 9544113. OLE color: 9544113.

HSL color Cylindrical-coordinate representation of color #B1A191: hue angle of 30º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1A191 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 161 145 -
CMYK 0 0.09 0.18 0.31
HSL 30º 0.17% 0.63% -
HSV(B) 30º 0.18% 0.69% -
XYZ 35.99 36.88 32.01 -
YUV 163.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 177 161 145 0 0.09 0.18 0.31 30 0.17 0.63
Hex B1 A1 91 0 9 12 1F 1E 11 3F
Octal 261 241 221 0 11 22 37 36 21 77
Binary 10110001 10100001 10010001 0 1001 10010 11111 11110 10001 111111

Color Harmonies of #B1A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A191

Black with #B1A191

Text Example


Text Example

White with #B1A191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A191; }

 p { color: rgb(177,161,145); }

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

background-color css

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

 a { background-color: rgb(177,161,145); }

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

border-color css

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

 span { border-color: rgb(177,161,145); }

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