Html Css Color HEX #B1A190 Cloudy

📋 copy color: '#B1A190'

red 177 ◦ green 161 ◦ blue 144

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

Shades of Cloudy #B1A190

Tints of Cloudy #B1A190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 36.72%
G = 33.4%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1A190 (or 0xB1A190) is known color: Cloudy. HEX triplet: B1, A1 and 90. RGB value is (177,161,144). Sum of RGB (Red+Green+Blue) = 177+161+144=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A190 is #4E5E6F. Grayscale: #A3A3A3. Windows color (decimal): -5135984 or 9478577. OLE color: 9478577.

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

Color convert

RGB 177 161 144 -
CMYK 0 0.09 0.19 0.31
HSL 30.91º 0.17% 0.63% -
HSV(B) 30.91º 0.19% 0.69% -
XYZ 35.91 36.85 31.61 -
YUV 163.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 177 161 144 0 0.09 0.19 0.31 30.91 0.17 0.63
Hex B1 A1 90 0 9 13 1F 1F 11 3F
Octal 261 241 220 0 11 23 37 37 21 77
Binary 10110001 10100001 10010000 0 1001 10011 11111 11111 10001 111111

Color Harmonies of #B1A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A190

Black with #B1A190

Text Example


Text Example

White with #B1A190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A190; }

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

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

background-color css

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

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

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

border-color css

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

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

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