Html Css Color HEX #B9AD80 Pavlova

📋 copy color: '#B9AD80'

red 185 ◦ green 173 ◦ blue 128

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

Shades of Pavlova #B9AD80

Tints of Pavlova #B9AD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

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

R = 38.07%
G = 35.6%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9AD80 (or 0xB9AD80) is known color: Pavlova. HEX triplet: B9, AD and 80. RGB value is (185,173,128). Sum of RGB (Red+Green+Blue) = 185+173+128=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD80 is #46527F. Grayscale: #ABABAB. Windows color (decimal): -4608640 or 8433081. OLE color: 8433081.

HSL color Cylindrical-coordinate representation of color #B9AD80: hue angle of 47.37º 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 #B9AD80 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 128 -
CMYK 0 0.06 0.31 0.27
HSL 47.37º 0.29% 0.61% -
HSV(B) 47.37º 0.31% 0.73% -
XYZ 38.85 41.76 26.44 -
YUV 171.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 185 173 128 0 0.06 0.31 0.27 47.37 0.29 0.61
Hex B9 AD 80 0 6 1F 1B 2F 1D 3D
Octal 271 255 200 0 6 37 33 57 35 75
Binary 10111001 10101101 10000000 0 110 11111 11011 101111 11101 111101

Color Harmonies of #B9AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD80

Black with #B9AD80

Text Example


Text Example

White with #B9AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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