Html Css Color HEX #B0A799 Cloudy

📋 copy color: '#B0A799'

red 176 ◦ green 167 ◦ blue 153

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

Shades of Cloudy #B0A799

Tints of Cloudy #B0A799

RGB

 RED value IS 176 (69.14% from 255) = 35.48%

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

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

R = 35.48%
G = 33.67%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B0A799 (or 0xB0A799) is known color: Cloudy. HEX triplet: B0, A7 and 99. RGB value is (176,167,153). Sum of RGB (Red+Green+Blue) = 176+167+153=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A799 is #4F5866. Grayscale: #A8A8A8. Windows color (decimal): -5199975 or 10069936. OLE color: 10069936.

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

Color convert

RGB 176 167 153 -
CMYK 0 0.05 0.13 0.31
HSL 36.52º 0.13% 0.65% -
HSV(B) 36.52º 0.13% 0.69% -
XYZ 37.47 39.17 35.72 -
YUV 168.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 176 167 153 0 0.05 0.13 0.31 36.52 0.13 0.65
Hex B0 A7 99 0 5 D 1F 25 D 41
Octal 260 247 231 0 5 15 37 45 15 101
Binary 10110000 10100111 10011001 0 101 1101 11111 100101 1101 1000001

Color Harmonies of #B0A799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A799

Black with #B0A799

Text Example


Text Example

White with #B0A799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A799; }

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

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

background-color css

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

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

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

border-color css

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

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

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