Html Css Color HEX #B0A59A Cloudy

📋 copy color: '#B0A59A'

red 176 ◦ green 165 ◦ blue 154

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

Shades of Cloudy #B0A59A

Tints of Cloudy #B0A59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.33%

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 35.56%
G = 33.33%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0A59A (or 0xB0A59A) is known color: Cloudy. HEX triplet: B0, A5 and 9A. RGB value is (176,165,154). Sum of RGB (Red+Green+Blue) = 176+165+154=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A59A is #4F5A65. Grayscale: #A7A7A7. Windows color (decimal): -5200486 or 10134960. OLE color: 10134960.

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

Color convert

RGB 176 165 154 -
CMYK 0 0.06 0.12 0.31
HSL 30º 0.12% 0.65% -
HSV(B) 30º 0.13% 0.69% -
XYZ 37.19 38.47 36.04 -
YUV 167.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 176 165 154 0 0.06 0.12 0.31 30 0.12 0.65
Hex B0 A5 9A 0 6 C 1F 1E C 41
Octal 260 245 232 0 6 14 37 36 14 101
Binary 10110000 10100101 10011010 0 110 1100 11111 11110 1100 1000001

Color Harmonies of #B0A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A59A

Black with #B0A59A

Text Example


Text Example

White with #B0A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A59A; }

 p { color: rgb(176,165,154); }

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

background-color css

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

 a { background-color: rgb(176,165,154); }

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

border-color css

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

 span { border-color: rgb(176,165,154); }

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