Html Css Color HEX #B0A195 Cloudy

📋 copy color: '#B0A195'

red 176 ◦ green 161 ◦ blue 149

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

Shades of Cloudy #B0A195

Tints of Cloudy #B0A195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.66%

R = 36.21%
G = 33.13%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B0A195 (or 0xB0A195) is known color: Cloudy. HEX triplet: B0, A1 and 95. RGB value is (176,161,149). Sum of RGB (Red+Green+Blue) = 176+161+149=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A195 is #4F5E6A. Grayscale: #A4A4A4. Windows color (decimal): -5201515 or 9806256. OLE color: 9806256.

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

Color convert

RGB 176 161 149 -
CMYK 0 0.09 0.15 0.31
HSL 26.67º 0.15% 0.64% -
HSV(B) 26.67º 0.15% 0.69% -
XYZ 36.07 36.89 33.65 -
YUV 164.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 176 161 149 0 0.09 0.15 0.31 26.67 0.15 0.64
Hex B0 A1 95 0 9 F 1F 1B F 40
Octal 260 241 225 0 11 17 37 33 17 100
Binary 10110000 10100001 10010101 0 1001 1111 11111 11011 1111 1000000

Color Harmonies of #B0A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A195

Black with #B0A195

Text Example


Text Example

White with #B0A195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A195; }

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

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

background-color css

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

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

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

border-color css

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

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

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