Html Css Color HEX #B9A586 Pavlova

📋 copy color: '#B9A586'

red 185 ◦ green 165 ◦ blue 134

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

Shades of Pavlova #B9A586

Tints of Pavlova #B9A586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 38.22%
G = 34.09%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B9A586 (or 0xB9A586) is known color: Pavlova. HEX triplet: B9, A5 and 86. RGB value is (185,165,134). Sum of RGB (Red+Green+Blue) = 185+165+134=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A586 is #465A79. Grayscale: #A7A7A7. Windows color (decimal): -4610682 or 8824249. OLE color: 8824249.

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

Color convert

RGB 185 165 134 -
CMYK 0 0.11 0.28 0.27
HSL 36.47º 0.27% 0.63% -
HSV(B) 36.47º 0.28% 0.73% -
XYZ 37.77 38.95 28.08 -
YUV 167.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 185 165 134 0 0.11 0.28 0.27 36.47 0.27 0.63
Hex B9 A5 86 0 B 1C 1B 24 1B 3F
Octal 271 245 206 0 13 34 33 44 33 77
Binary 10111001 10100101 10000110 0 1011 11100 11011 100100 11011 111111

Color Harmonies of #B9A586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A586

Black with #B9A586

Text Example


Text Example

White with #B9A586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A586; }

 p { color: rgb(185,165,134); }

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

background-color css

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

 a { background-color: rgb(185,165,134); }

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

border-color css

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

 span { border-color: rgb(185,165,134); }

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