Html Css Color HEX #B9A680 Pavlova

📋 copy color: '#B9A680'

red 185 ◦ green 166 ◦ blue 128

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

Shades of Pavlova #B9A680

Tints of Pavlova #B9A680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

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

R = 38.62%
G = 34.66%
B = 26.72%

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

#B9A680 (or 0xB9A680) is known color: Pavlova. HEX triplet: B9, A6 and 80. RGB value is (185,166,128). Sum of RGB (Red+Green+Blue) = 185+166+128=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A680 is #46597F. Grayscale: #A7A7A7. Windows color (decimal): -4610432 or 8431289. OLE color: 8431289.

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

Color convert

RGB 185 166 128 -
CMYK 0 0.10 0.31 0.27
HSL 40º 0.29% 0.61% -
HSV(B) 40º 0.31% 0.73% -
XYZ 37.54 39.15 26 -
YUV 167.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 185 166 128 0 0.10 0.31 0.27 40 0.29 0.61
Hex B9 A6 80 0 A 1F 1B 28 1D 3D
Octal 271 246 200 0 12 37 33 50 35 75
Binary 10111001 10100110 10000000 0 1010 11111 11011 101000 11101 111101

Color Harmonies of #B9A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A680

Black with #B9A680

Text Example


Text Example

White with #B9A680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A680; }

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

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

background-color css

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

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

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

border-color css

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

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

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