Html Css Color HEX #B9A786 Pavlova

📋 copy color: '#B9A786'

red 185 ◦ green 167 ◦ blue 134

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

Shades of Pavlova #B9A786

Tints of Pavlova #B9A786

RGB

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

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

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

R = 38.07%
G = 34.36%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B9A786 (or 0xB9A786) is known color: Pavlova. HEX triplet: B9, A7 and 86. RGB value is (185,167,134). Sum of RGB (Red+Green+Blue) = 185+167+134=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A786 is #465879. Grayscale: #A8A8A8. Windows color (decimal): -4610170 or 8824761. OLE color: 8824761.

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

Color convert

RGB 185 167 134 -
CMYK 0 0.10 0.28 0.27
HSL 38.82º 0.27% 0.63% -
HSV(B) 38.82º 0.28% 0.73% -
XYZ 38.13 39.67 28.2 -
YUV 168.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 185 167 134 0 0.10 0.28 0.27 38.82 0.27 0.63
Hex B9 A7 86 0 A 1C 1B 27 1B 3F
Octal 271 247 206 0 12 34 33 47 33 77
Binary 10111001 10100111 10000110 0 1010 11100 11011 100111 11011 111111

Color Harmonies of #B9A786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A786

Black with #B9A786

Text Example


Text Example

White with #B9A786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A786; }

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

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

background-color css

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

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

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

border-color css

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

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

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