#B8AB98

Color #B8AB98 Cloudy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloudy #B8AB98

Tints of Cloudy #B8AB98

Color information

#B8AB98 (or 0xB8AB98) is unknown color: approx Cloudy. HEX triplet: B8, AB and 98. RGB value is (184,171,152). Sum of RGB (Red+Green+Blue) = 184+171+152=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AB98 is #475467. Grayscale: #ACACAC. Windows color (decimal): -4674664 or 10005432. OLE color: 10005432.

HSL color Cylindrical-coordinate representation of color #B8AB98: hue angle of 35.63º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8AB98 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB184171152-
CMYK00.070.170.28
HSL35.63º18.39%65.88%-
HSV(B)35.63º17.39%72.16%-
XYZ4041.5835.62-
YUV172.72116.31136.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=36.29%
G=33.73%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417115200.070.170.2835.6318.3965.88
HexB8AB9807111C241242
Octal2702532300721344422102
Binary10111000101010111001100001111000111100100100100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AB98; }

 p { color: rgb(184,171,152); }

 H1.HeaderClassName
 {
   color: #B8AB98;
 }
 .AnyTagClassName
 {
   color: #B8AB98;
 }
</style>
background-color css

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

 a { background-color: rgb(184,171,152); }

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

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

 span { border-color: rgb(184,171,152); }

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