Html Css Color HEX #B9AC86 Pavlova

📋 copy color: '#B9AC86'

red 185 ◦ green 172 ◦ blue 134

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

Shades of Pavlova #B9AC86

Tints of Pavlova #B9AC86

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

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

R = 37.68%
G = 35.03%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B9AC86 (or 0xB9AC86) is known color: Pavlova. HEX triplet: B9, AC and 86. RGB value is (185,172,134). Sum of RGB (Red+Green+Blue) = 185+172+134=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC86 is #465379. Grayscale: #ABABAB. Windows color (decimal): -4608890 or 8826041. OLE color: 8826041.

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

Color convert

RGB 185 172 134 -
CMYK 0 0.07 0.28 0.27
HSL 44.71º 0.27% 0.63% -
HSV(B) 44.71º 0.28% 0.73% -
XYZ 39.06 41.54 28.51 -
YUV 171.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 185 172 134 0 0.07 0.28 0.27 44.71 0.27 0.63
Hex B9 AC 86 0 7 1C 1B 2D 1B 3F
Octal 271 254 206 0 7 34 33 55 33 77
Binary 10111001 10101100 10000110 0 111 11100 11011 101101 11011 111111

Color Harmonies of #B9AC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC86

Black with #B9AC86

Text Example


Text Example

White with #B9AC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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