Html Css Color HEX #B9AB98 Cloudy

📋 copy color: '#B9AB98'

red 185 ◦ green 171 ◦ blue 152

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

Shades of Cloudy #B9AB98

Tints of Cloudy #B9AB98

RGB

 RED value IS 185 (72.66% from 255) = 36.42%

 GREEN value IS 171 (67.19% from 255) = 33.66%

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

R = 36.42%
G = 33.66%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B9AB98 (or 0xB9AB98) is known color: Cloudy. HEX triplet: B9, AB and 98. RGB value is (185,171,152). Sum of RGB (Red+Green+Blue) = 185+171+152=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB98 is #465467. Grayscale: #ADADAD. Windows color (decimal): -4609128 or 10005433. OLE color: 10005433.

HSL color Cylindrical-coordinate representation of color #B9AB98: hue angle of 34.55º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9AB98 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 152 -
CMYK 0 0.08 0.18 0.27
HSL 34.55º 0.19% 0.66% -
HSV(B) 34.55º 0.18% 0.73% -
XYZ 40.24 41.71 35.64 -
YUV 173.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 185 171 152 0 0.08 0.18 0.27 34.55 0.19 0.66
Hex B9 AB 98 0 8 12 1B 23 13 42
Octal 271 253 230 0 10 22 33 43 23 102
Binary 10111001 10101011 10011000 0 1000 10010 11011 100011 10011 1000010

Color Harmonies of #B9AB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB98

Black with #B9AB98

Text Example


Text Example

White with #B9AB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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