Html Css Color HEX #B0A190 Cloudy

📋 copy color: '#B0A190'

red 176 ◦ green 161 ◦ blue 144

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

Shades of Cloudy #B0A190

Tints of Cloudy #B0A190

RGB

 RED value IS 176 (69.14% from 255) = 36.59%

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

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

R = 36.59%
G = 33.47%
B = 29.94%

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

#B0A190 (or 0xB0A190) is known color: Cloudy. HEX triplet: B0, A1 and 90. RGB value is (176,161,144). Sum of RGB (Red+Green+Blue) = 176+161+144=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A190 is #4F5E6F. Grayscale: #A3A3A3. Windows color (decimal): -5201520 or 9478576. OLE color: 9478576.

HSL color Cylindrical-coordinate representation of color #B0A190: hue angle of 31.88º 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 #B0A190 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 161 144 -
CMYK 0 0.09 0.18 0.31
HSL 31.88º 0.17% 0.63% -
HSV(B) 31.88º 0.18% 0.69% -
XYZ 35.68 36.73 31.6 -
YUV 163.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 176 161 144 0 0.09 0.18 0.31 31.88 0.17 0.63
Hex B0 A1 90 0 9 12 1F 20 11 3F
Octal 260 241 220 0 11 22 37 40 21 77
Binary 10110000 10100001 10010000 0 1001 10010 11111 100000 10001 111111

Color Harmonies of #B0A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A190

Black with #B0A190

Text Example


Text Example

White with #B0A190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A190; }

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

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

background-color css

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

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

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

border-color css

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

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

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