Html Css Color HEX #B2A59A Cloudy

📋 copy color: '#B2A59A'

red 178 ◦ green 165 ◦ blue 154

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

Shades of Cloudy #B2A59A

Tints of Cloudy #B2A59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.2%

 BLUE value IS 154 (60.55% from 255) = 30.99%

R = 35.81%
G = 33.2%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2A59A (or 0xB2A59A) is known color: Cloudy. HEX triplet: B2, A5 and 9A. RGB value is (178,165,154). Sum of RGB (Red+Green+Blue) = 178+165+154=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A59A is #4D5A65. Grayscale: #A7A7A7. Windows color (decimal): -5069414 or 10134962. OLE color: 10134962.

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

Color convert

RGB 178 165 154 -
CMYK 0 0.07 0.13 0.30
HSL 27.5º 0.13% 0.65% -
HSV(B) 27.5º 0.13% 0.7% -
XYZ 37.65 38.71 36.06 -
YUV 167.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 178 165 154 0 0.07 0.13 0.30 27.5 0.13 0.65
Hex B2 A5 9A 0 7 D 1E 1C D 41
Octal 262 245 232 0 7 15 36 34 15 101
Binary 10110010 10100101 10011010 0 111 1101 11110 11100 1101 1000001

Color Harmonies of #B2A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A59A

Black with #B2A59A

Text Example


Text Example

White with #B2A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A59A; }

 p { color: rgb(178,165,154); }

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

background-color css

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

 a { background-color: rgb(178,165,154); }

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

border-color css

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

 span { border-color: rgb(178,165,154); }

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