Html Css Color HEX #B0A295 Cloudy

📋 copy color: '#B0A295'

red 176 ◦ green 162 ◦ blue 149

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

Shades of Cloudy #B0A295

Tints of Cloudy #B0A295

RGB

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

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

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

R = 36.14%
G = 33.26%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B0A295 (or 0xB0A295) is known color: Cloudy. HEX triplet: B0, A2 and 95. RGB value is (176,162,149). Sum of RGB (Red+Green+Blue) = 176+162+149=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A295 is #4F5D6A. Grayscale: #A4A4A4. Windows color (decimal): -5201259 or 9806512. OLE color: 9806512.

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

Color convert

RGB 176 162 149 -
CMYK 0 0.08 0.15 0.31
HSL 28.89º 0.15% 0.64% -
HSV(B) 28.89º 0.15% 0.69% -
XYZ 36.25 37.24 33.71 -
YUV 164.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 176 162 149 0 0.08 0.15 0.31 28.89 0.15 0.64
Hex B0 A2 95 0 8 F 1F 1D F 40
Octal 260 242 225 0 10 17 37 35 17 100
Binary 10110000 10100010 10010101 0 1000 1111 11111 11101 1111 1000000

Color Harmonies of #B0A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A295

Black with #B0A295

Text Example


Text Example

White with #B0A295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A295; }

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

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

background-color css

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

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

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

border-color css

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

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

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