Html Css Color HEX #B9AA80 Pavlova

📋 copy color: '#B9AA80'

red 185 ◦ green 170 ◦ blue 128

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

Shades of Pavlova #B9AA80

Tints of Pavlova #B9AA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 38.3%
G = 35.2%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9AA80 (or 0xB9AA80) is known color: Pavlova. HEX triplet: B9, AA and 80. RGB value is (185,170,128). Sum of RGB (Red+Green+Blue) = 185+170+128=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA80 is #46557F. Grayscale: #A9A9A9. Windows color (decimal): -4609408 or 8432313. OLE color: 8432313.

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

Color convert

RGB 185 170 128 -
CMYK 0 0.08 0.31 0.27
HSL 44.21º 0.29% 0.61% -
HSV(B) 44.21º 0.31% 0.73% -
XYZ 38.28 40.62 26.25 -
YUV 169.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 185 170 128 0 0.08 0.31 0.27 44.21 0.29 0.61
Hex B9 AA 80 0 8 1F 1B 2C 1D 3D
Octal 271 252 200 0 10 37 33 54 35 75
Binary 10111001 10101010 10000000 0 1000 11111 11011 101100 11101 111101

Color Harmonies of #B9AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA80

Black with #B9AA80

Text Example


Text Example

White with #B9AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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