Html Css Color HEX #B0A99E Cloudy

📋 copy color: '#B0A99E'

red 176 ◦ green 169 ◦ blue 158

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

Shades of Cloudy #B0A99E

Tints of Cloudy #B0A99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 34.99%
G = 33.6%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0A99E (or 0xB0A99E) is known color: Cloudy. HEX triplet: B0, A9 and 9E. RGB value is (176,169,158). Sum of RGB (Red+Green+Blue) = 176+169+158=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A99E is #4F5661. Grayscale: #A9A9A9. Windows color (decimal): -5199458 or 10398128. OLE color: 10398128.

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

Color convert

RGB 176 169 158 -
CMYK 0 0.04 0.10 0.31
HSL 36.67º 0.1% 0.65% -
HSV(B) 36.67º 0.1% 0.69% -
XYZ 38.26 40.07 38.07 -
YUV 169.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 176 169 158 0 0.04 0.10 0.31 36.67 0.1 0.65
Hex B0 A9 9E 0 4 A 1F 25 A 41
Octal 260 251 236 0 4 12 37 45 12 101
Binary 10110000 10101001 10011110 0 100 1010 11111 100101 1010 1000001

Color Harmonies of #B0A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A99E

Black with #B0A99E

Text Example


Text Example

White with #B0A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A99E; }

 p { color: rgb(176,169,158); }

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

background-color css

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

 a { background-color: rgb(176,169,158); }

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

border-color css

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

 span { border-color: rgb(176,169,158); }

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