Html Css Color HEX #B2A395 Cloudy

📋 copy color: '#B2A395'

red 178 ◦ green 163 ◦ blue 149

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

Shades of Cloudy #B2A395

Tints of Cloudy #B2A395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

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

R = 36.33%
G = 33.27%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B2A395 (or 0xB2A395) is known color: Cloudy. HEX triplet: B2, A3 and 95. RGB value is (178,163,149). Sum of RGB (Red+Green+Blue) = 178+163+149=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A395 is #4D5C6A. Grayscale: #A5A5A5. Windows color (decimal): -5069931 or 9806770. OLE color: 9806770.

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

Color convert

RGB 178 163 149 -
CMYK 0 0.08 0.16 0.30
HSL 28.97º 0.16% 0.64% -
HSV(B) 28.97º 0.16% 0.7% -
XYZ 36.88 37.83 33.79 -
YUV 165.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 178 163 149 0 0.08 0.16 0.30 28.97 0.16 0.64
Hex B2 A3 95 0 8 10 1E 1D 10 40
Octal 262 243 225 0 10 20 36 35 20 100
Binary 10110010 10100011 10010101 0 1000 10000 11110 11101 10000 1000000

Color Harmonies of #B2A395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A395

Black with #B2A395

Text Example


Text Example

White with #B2A395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A395; }

 p { color: rgb(178,163,149); }

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

background-color css

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

 a { background-color: rgb(178,163,149); }

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

border-color css

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

 span { border-color: rgb(178,163,149); }

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