Html Css Color HEX #B2A89D Cloudy

📋 copy color: '#B2A89D'

red 178 ◦ green 168 ◦ blue 157

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

Shades of Cloudy #B2A89D

Tints of Cloudy #B2A89D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 35.39%
G = 33.4%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2A89D (or 0xB2A89D) is known color: Cloudy. HEX triplet: B2, A8 and 9D. RGB value is (178,168,157). Sum of RGB (Red+Green+Blue) = 178+168+157=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A89D is #4D5762. Grayscale: #A9A9A9. Windows color (decimal): -5068643 or 10332338. OLE color: 10332338.

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

Color convert

RGB 178 168 157 -
CMYK 0 0.06 0.12 0.30
HSL 31.43º 0.12% 0.66% -
HSV(B) 31.43º 0.12% 0.7% -
XYZ 38.45 39.9 37.57 -
YUV 169.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 178 168 157 0 0.06 0.12 0.30 31.43 0.12 0.66
Hex B2 A8 9D 0 6 C 1E 1F C 42
Octal 262 250 235 0 6 14 36 37 14 102
Binary 10110010 10101000 10011101 0 110 1100 11110 11111 1100 1000010

Color Harmonies of #B2A89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A89D

Black with #B2A89D

Text Example


Text Example

White with #B2A89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A89D; }

 p { color: rgb(178,168,157); }

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

background-color css

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

 a { background-color: rgb(178,168,157); }

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

border-color css

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

 span { border-color: rgb(178,168,157); }

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