Html Css Color HEX #B0A193 Cloudy

📋 copy color: '#B0A193'

red 176 ◦ green 161 ◦ blue 147

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

Shades of Cloudy #B0A193

Tints of Cloudy #B0A193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.37%

R = 36.36%
G = 33.26%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B0A193 (or 0xB0A193) is known color: Cloudy. HEX triplet: B0, A1 and 93. RGB value is (176,161,147). Sum of RGB (Red+Green+Blue) = 176+161+147=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A193 is #4F5E6C. Grayscale: #A3A3A3. Windows color (decimal): -5201517 or 9675184. OLE color: 9675184.

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

Color convert

RGB 176 161 147 -
CMYK 0 0.09 0.16 0.31
HSL 28.97º 0.16% 0.63% -
HSV(B) 28.97º 0.16% 0.69% -
XYZ 35.92 36.83 32.82 -
YUV 163.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 176 161 147 0 0.09 0.16 0.31 28.97 0.16 0.63
Hex B0 A1 93 0 9 10 1F 1D 10 3F
Octal 260 241 223 0 11 20 37 35 20 77
Binary 10110000 10100001 10010011 0 1001 10000 11111 11101 10000 111111

Color Harmonies of #B0A193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A193

Black with #B0A193

Text Example


Text Example

White with #B0A193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A193; }

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

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

background-color css

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

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

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

border-color css

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

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

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