Html Css Color HEX #B5A99C Cloudy

📋 copy color: '#B5A99C'

red 181 ◦ green 169 ◦ blue 156

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

Shades of Cloudy #B5A99C

Tints of Cloudy #B5A99C

RGB

 RED value IS 181 (71.09% from 255) = 35.77%

 GREEN value IS 169 (66.41% from 255) = 33.4%

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 35.77%
G = 33.4%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5A99C (or 0xB5A99C) is known color: Cloudy. HEX triplet: B5, A9 and 9C. RGB value is (181,169,156). Sum of RGB (Red+Green+Blue) = 181+169+156=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A99C is #4A5663. Grayscale: #ABABAB. Windows color (decimal): -4871780 or 10267061. OLE color: 10267061.

HSL color Cylindrical-coordinate representation of color #B5A99C: hue angle of 31.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5A99C is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 169 156 -
CMYK 0 0.07 0.14 0.29
HSL 31.2º 0.14% 0.66% -
HSV(B) 31.2º 0.14% 0.71% -
XYZ 39.24 40.6 37.22 -
YUV 171.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 181 169 156 0 0.07 0.14 0.29 31.2 0.14 0.66
Hex B5 A9 9C 0 7 E 1D 1F E 42
Octal 265 251 234 0 7 16 35 37 16 102
Binary 10110101 10101001 10011100 0 111 1110 11101 11111 1110 1000010

Color Harmonies of #B5A99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A99C

Black with #B5A99C

Text Example


Text Example

White with #B5A99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A99C; }

 p { color: rgb(181,169,156); }

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

background-color css

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

 a { background-color: rgb(181,169,156); }

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

border-color css

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

 span { border-color: rgb(181,169,156); }

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