Html Css Color HEX #B0A290 Cloudy

📋 copy color: '#B0A290'

red 176 ◦ green 162 ◦ blue 144

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

Shades of Cloudy #B0A290

Tints of Cloudy #B0A290

RGB

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

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

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

R = 36.51%
G = 33.61%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B0A290 (or 0xB0A290) is known color: Cloudy. HEX triplet: B0, A2 and 90. RGB value is (176,162,144). Sum of RGB (Red+Green+Blue) = 176+162+144=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A290 is #4F5D6F. Grayscale: #A4A4A4. Windows color (decimal): -5201264 or 9478832. OLE color: 9478832.

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

Color convert

RGB 176 162 144 -
CMYK 0 0.08 0.18 0.31
HSL 33.75º 0.17% 0.63% -
HSV(B) 33.75º 0.18% 0.69% -
XYZ 35.86 37.08 31.65 -
YUV 164.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 176 162 144 0 0.08 0.18 0.31 33.75 0.17 0.63
Hex B0 A2 90 0 8 12 1F 22 11 3F
Octal 260 242 220 0 10 22 37 42 21 77
Binary 10110000 10100010 10010000 0 1000 10010 11111 100010 10001 111111

Color Harmonies of #B0A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A290

Black with #B0A290

Text Example


Text Example

White with #B0A290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A290; }

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

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

background-color css

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

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

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

border-color css

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

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

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