Html Css Color HEX #B2A291 Cloudy

📋 copy color: '#B2A291'

red 178 ◦ green 162 ◦ blue 145

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

Shades of Cloudy #B2A291

Tints of Cloudy #B2A291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 36.7%
G = 33.4%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B2A291 (or 0xB2A291) is known color: Cloudy. HEX triplet: B2, A2 and 91. RGB value is (178,162,145). Sum of RGB (Red+Green+Blue) = 178+162+145=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A291 is #4D5D6E. Grayscale: #A4A4A4. Windows color (decimal): -5070191 or 9544370. OLE color: 9544370.

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

Color convert

RGB 178 162 145 -
CMYK 0 0.09 0.19 0.30
HSL 30.91º 0.18% 0.63% -
HSV(B) 30.91º 0.19% 0.7% -
XYZ 36.39 37.35 32.08 -
YUV 164.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 178 162 145 0 0.09 0.19 0.30 30.91 0.18 0.63
Hex B2 A2 91 0 9 13 1E 1F 12 3F
Octal 262 242 221 0 11 23 36 37 22 77
Binary 10110010 10100010 10010001 0 1001 10011 11110 11111 10010 111111

Color Harmonies of #B2A291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A291

Black with #B2A291

Text Example


Text Example

White with #B2A291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A291; }

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

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

background-color css

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

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

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

border-color css

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

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

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