Html Css Color HEX #B0A294 Cloudy

📋 copy color: '#B0A294'

red 176 ◦ green 162 ◦ blue 148

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

Shades of Cloudy #B0A294

Tints of Cloudy #B0A294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.33%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 36.21%
G = 33.33%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B0A294 (or 0xB0A294) is known color: Cloudy. HEX triplet: B0, A2 and 94. RGB value is (176,162,148). Sum of RGB (Red+Green+Blue) = 176+162+148=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A294 is #4F5D6B. Grayscale: #A4A4A4. Windows color (decimal): -5201260 or 9740976. OLE color: 9740976.

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

Color convert

RGB 176 162 148 -
CMYK 0 0.08 0.16 0.31
HSL 30º 0.15% 0.64% -
HSV(B) 30º 0.16% 0.69% -
XYZ 36.17 37.21 33.29 -
YUV 164.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 176 162 148 0 0.08 0.16 0.31 30 0.15 0.64
Hex B0 A2 94 0 8 10 1F 1E F 40
Octal 260 242 224 0 10 20 37 36 17 100
Binary 10110000 10100010 10010100 0 1000 10000 11111 11110 1111 1000000

Color Harmonies of #B0A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A294

Black with #B0A294

Text Example


Text Example

White with #B0A294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A294; }

 p { color: rgb(176,162,148); }

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

background-color css

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

 a { background-color: rgb(176,162,148); }

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

border-color css

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

 span { border-color: rgb(176,162,148); }

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