Html Css Color HEX #B9A780 Pavlova

📋 copy color: '#B9A780'

red 185 ◦ green 167 ◦ blue 128

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

Shades of Pavlova #B9A780

Tints of Pavlova #B9A780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.79%

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

R = 38.54%
G = 34.79%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9A780 (or 0xB9A780) is known color: Pavlova. HEX triplet: B9, A7 and 80. RGB value is (185,167,128). Sum of RGB (Red+Green+Blue) = 185+167+128=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A780 is #46587F. Grayscale: #A8A8A8. Windows color (decimal): -4610176 or 8431545. OLE color: 8431545.

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

Color convert

RGB 185 167 128 -
CMYK 0 0.10 0.31 0.27
HSL 41.05º 0.29% 0.61% -
HSV(B) 41.05º 0.31% 0.73% -
XYZ 37.72 39.51 26.06 -
YUV 167.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 185 167 128 0 0.10 0.31 0.27 41.05 0.29 0.61
Hex B9 A7 80 0 A 1F 1B 29 1D 3D
Octal 271 247 200 0 12 37 33 51 35 75
Binary 10111001 10100111 10000000 0 1010 11111 11011 101001 11101 111101

Color Harmonies of #B9A780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A780

Black with #B9A780

Text Example


Text Example

White with #B9A780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A780; }

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

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

background-color css

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

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

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

border-color css

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

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

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