Html Css Color HEX #B9AA8F Pavlova

📋 copy color: '#B9AA8F'

red 185 ◦ green 170 ◦ blue 143

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

Shades of Pavlova #B9AA8F

Tints of Pavlova #B9AA8F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 37.15%
G = 34.14%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9AA8F (or 0xB9AA8F) is known color: Pavlova. HEX triplet: B9, AA and 8F. RGB value is (185,170,143). Sum of RGB (Red+Green+Blue) = 185+170+143=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA8F is #465570. Grayscale: #ABABAB. Windows color (decimal): -4609393 or 9415353. OLE color: 9415353.

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

Color convert

RGB 185 170 143 -
CMYK 0 0.08 0.23 0.27
HSL 38.57º 0.23% 0.64% -
HSV(B) 38.57º 0.23% 0.73% -
XYZ 39.34 41.05 31.84 -
YUV 171.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 185 170 143 0 0.08 0.23 0.27 38.57 0.23 0.64
Hex B9 AA 8F 0 8 17 1B 27 17 40
Octal 271 252 217 0 10 27 33 47 27 100
Binary 10111001 10101010 10001111 0 1000 10111 11011 100111 10111 1000000

Color Harmonies of #B9AA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA8F

Black with #B9AA8F

Text Example


Text Example

White with #B9AA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA8F; }

 p { color: rgb(185,170,143); }

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

background-color css

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

 a { background-color: rgb(185,170,143); }

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

border-color css

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

 span { border-color: rgb(185,170,143); }

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