Html Css Color HEX #B1A799 Cloudy

📋 copy color: '#B1A799'

red 177 ◦ green 167 ◦ blue 153

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

Shades of Cloudy #B1A799

Tints of Cloudy #B1A799

RGB

 RED value IS 177 (69.53% from 255) = 35.61%

 GREEN value IS 167 (65.63% from 255) = 33.6%

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 35.61%
G = 33.6%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B1A799 (or 0xB1A799) is known color: Cloudy. HEX triplet: B1, A7 and 99. RGB value is (177,167,153). Sum of RGB (Red+Green+Blue) = 177+167+153=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A799 is #4E5866. Grayscale: #A8A8A8. Windows color (decimal): -5134439 or 10069937. OLE color: 10069937.

HSL color Cylindrical-coordinate representation of color #B1A799: hue angle of 35º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A799 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 167 153 -
CMYK 0 0.06 0.14 0.31
HSL 35º 0.13% 0.65% -
HSV(B) 35º 0.14% 0.69% -
XYZ 37.7 39.28 35.73 -
YUV 168.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 177 167 153 0 0.06 0.14 0.31 35 0.13 0.65
Hex B1 A7 99 0 6 E 1F 23 D 41
Octal 261 247 231 0 6 16 37 43 15 101
Binary 10110001 10100111 10011001 0 110 1110 11111 100011 1101 1000001

Color Harmonies of #B1A799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A799

Black with #B1A799

Text Example


Text Example

White with #B1A799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A799; }

 p { color: rgb(177,167,153); }

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

background-color css

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

 a { background-color: rgb(177,167,153); }

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

border-color css

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

 span { border-color: rgb(177,167,153); }

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