Html Css Color HEX #B2A294 Cloudy

📋 copy color: '#B2A294'

red 178 ◦ green 162 ◦ blue 148

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

Shades of Cloudy #B2A294

Tints of Cloudy #B2A294

RGB

 RED value IS 178 (69.92% from 255) = 36.48%

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

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

R = 36.48%
G = 33.2%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B2A294 (or 0xB2A294) is known color: Cloudy. HEX triplet: B2, A2 and 94. RGB value is (178,162,148). Sum of RGB (Red+Green+Blue) = 178+162+148=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A294 is #4D5D6B. Grayscale: #A5A5A5. Windows color (decimal): -5070188 or 9740978. OLE color: 9740978.

HSL color Cylindrical-coordinate representation of color #B2A294: hue angle of 28º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2A294 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 148 -
CMYK 0 0.09 0.17 0.30
HSL 28º 0.16% 0.64% -
HSV(B) 28º 0.17% 0.7% -
XYZ 36.63 37.44 33.31 -
YUV 165.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 178 162 148 0 0.09 0.17 0.30 28 0.16 0.64
Hex B2 A2 94 0 9 11 1E 1C 10 40
Octal 262 242 224 0 11 21 36 34 20 100
Binary 10110010 10100010 10010100 0 1001 10001 11110 11100 10000 1000000

Color Harmonies of #B2A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A294

Black with #B2A294

Text Example


Text Example

White with #B2A294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A294; }

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

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

background-color css

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

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

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

border-color css

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

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

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