Html Css Color HEX #B9A386 Pavlova

📋 copy color: '#B9A386'

red 185 ◦ green 163 ◦ blue 134

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

Shades of Pavlova #B9A386

Tints of Pavlova #B9A386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.82%

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

R = 38.38%
G = 33.82%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B9A386 (or 0xB9A386) is known color: Pavlova. HEX triplet: B9, A3 and 86. RGB value is (185,163,134). Sum of RGB (Red+Green+Blue) = 185+163+134=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A386 is #465C79. Grayscale: #A6A6A6. Windows color (decimal): -4611194 or 8823737. OLE color: 8823737.

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

Color convert

RGB 185 163 134 -
CMYK 0 0.12 0.28 0.27
HSL 34.12º 0.27% 0.63% -
HSV(B) 34.12º 0.28% 0.73% -
XYZ 37.41 38.23 27.96 -
YUV 166.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 185 163 134 0 0.12 0.28 0.27 34.12 0.27 0.63
Hex B9 A3 86 0 C 1C 1B 22 1B 3F
Octal 271 243 206 0 14 34 33 42 33 77
Binary 10111001 10100011 10000110 0 1100 11100 11011 100010 11011 111111

Color Harmonies of #B9A386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A386

Black with #B9A386

Text Example


Text Example

White with #B9A386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A386; }

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

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

background-color css

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

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

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

border-color css

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

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

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