Html Css Color HEX #B9AA85 Pavlova

📋 copy color: '#B9AA85'

red 185 ◦ green 170 ◦ blue 133

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

Shades of Pavlova #B9AA85

Tints of Pavlova #B9AA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 37.91%
G = 34.84%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B9AA85 (or 0xB9AA85) is known color: Pavlova. HEX triplet: B9, AA and 85. RGB value is (185,170,133). Sum of RGB (Red+Green+Blue) = 185+170+133=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA85 is #46557A. Grayscale: #AAAAAA. Windows color (decimal): -4609403 or 8759993. OLE color: 8759993.

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

Color convert

RGB 185 170 133 -
CMYK 0 0.08 0.28 0.27
HSL 42.69º 0.27% 0.62% -
HSV(B) 42.69º 0.28% 0.73% -
XYZ 38.62 40.76 28.02 -
YUV 170.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 185 170 133 0 0.08 0.28 0.27 42.69 0.27 0.62
Hex B9 AA 85 0 8 1C 1B 2B 1B 3E
Octal 271 252 205 0 10 34 33 53 33 76
Binary 10111001 10101010 10000101 0 1000 11100 11011 101011 11011 111110

Color Harmonies of #B9AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA85

Black with #B9AA85

Text Example


Text Example

White with #B9AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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