Html Css Color HEX #B9AA82 Pavlova

📋 copy color: '#B9AA82'

red 185 ◦ green 170 ◦ blue 130

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

Shades of Pavlova #B9AA82

Tints of Pavlova #B9AA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 38.14%
G = 35.05%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B9AA82 (or 0xB9AA82) is known color: Pavlova. HEX triplet: B9, AA and 82. RGB value is (185,170,130). Sum of RGB (Red+Green+Blue) = 185+170+130=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA82 is #46557D. Grayscale: #AAAAAA. Windows color (decimal): -4609406 or 8563385. OLE color: 8563385.

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

Color convert

RGB 185 170 130 -
CMYK 0 0.08 0.30 0.27
HSL 43.64º 0.28% 0.62% -
HSV(B) 43.64º 0.3% 0.73% -
XYZ 38.41 40.68 26.95 -
YUV 169.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 185 170 130 0 0.08 0.30 0.27 43.64 0.28 0.62
Hex B9 AA 82 0 8 1E 1B 2C 1C 3E
Octal 271 252 202 0 10 36 33 54 34 76
Binary 10111001 10101010 10000010 0 1000 11110 11011 101100 11100 111110

Color Harmonies of #B9AA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA82

Black with #B9AA82

Text Example


Text Example

White with #B9AA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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