Html Css Color HEX #B0A698 Cloudy

📋 copy color: '#B0A698'

red 176 ◦ green 166 ◦ blue 152

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

Shades of Cloudy #B0A698

Tints of Cloudy #B0A698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.6%

 BLUE value IS 152 (59.77% from 255) = 30.77%

R = 35.63%
G = 33.6%
B = 30.77%

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

#B0A698 (or 0xB0A698) is known color: Cloudy. HEX triplet: B0, A6 and 98. RGB value is (176,166,152). Sum of RGB (Red+Green+Blue) = 176+166+152=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A698 is #4F5967. Grayscale: #A7A7A7. Windows color (decimal): -5200232 or 10004144. OLE color: 10004144.

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

Color convert

RGB 176 166 152 -
CMYK 0 0.06 0.14 0.31
HSL 35º 0.13% 0.64% -
HSV(B) 35º 0.14% 0.69% -
XYZ 37.21 38.77 35.23 -
YUV 167.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 176 166 152 0 0.06 0.14 0.31 35 0.13 0.64
Hex B0 A6 98 0 6 E 1F 23 D 40
Octal 260 246 230 0 6 16 37 43 15 100
Binary 10110000 10100110 10011000 0 110 1110 11111 100011 1101 1000000

Color Harmonies of #B0A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A698

Black with #B0A698

Text Example


Text Example

White with #B0A698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A698; }

 p { color: rgb(176,166,152); }

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

background-color css

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

 a { background-color: rgb(176,166,152); }

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

border-color css

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

 span { border-color: rgb(176,166,152); }

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