Html Css Color HEX #B0A79E Cloudy

📋 copy color: '#B0A79E'

red 176 ◦ green 167 ◦ blue 158

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

Shades of Cloudy #B0A79E

Tints of Cloudy #B0A79E

RGB

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

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

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

R = 35.13%
G = 33.33%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0A79E (or 0xB0A79E) is known color: Cloudy. HEX triplet: B0, A7 and 9E. RGB value is (176,167,158). Sum of RGB (Red+Green+Blue) = 176+167+158=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A79E is #4F5861. Grayscale: #A8A8A8. Windows color (decimal): -5199970 or 10397616. OLE color: 10397616.

HSL color Cylindrical-coordinate representation of color #B0A79E: hue angle of 30º 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 #B0A79E is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 167 158 -
CMYK 0 0.05 0.10 0.31
HSL 30º 0.1% 0.65% -
HSV(B) 30º 0.1% 0.69% -
XYZ 37.89 39.34 37.94 -
YUV 168.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 176 167 158 0 0.05 0.10 0.31 30 0.1 0.65
Hex B0 A7 9E 0 5 A 1F 1E A 41
Octal 260 247 236 0 5 12 37 36 12 101
Binary 10110000 10100111 10011110 0 101 1010 11111 11110 1010 1000001

Color Harmonies of #B0A79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A79E

Black with #B0A79E

Text Example


Text Example

White with #B0A79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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