Html Css Color HEX #B7A986 Pavlova

📋 copy color: '#B7A986'

red 183 ◦ green 169 ◦ blue 134

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

Shades of Pavlova #B7A986

Tints of Pavlova #B7A986

RGB

 RED value IS 183 (71.88% from 255) = 37.65%

 GREEN value IS 169 (66.41% from 255) = 34.77%

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

R = 37.65%
G = 34.77%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B7A986 (or 0xB7A986) is known color: Pavlova. HEX triplet: B7, A9 and 86. RGB value is (183,169,134). Sum of RGB (Red+Green+Blue) = 183+169+134=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A986 is #485679. Grayscale: #A9A9A9. Windows color (decimal): -4740730 or 8825271. OLE color: 8825271.

HSL color Cylindrical-coordinate representation of color #B7A986: hue angle of 42.86º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7A986 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 169 134 -
CMYK 0 0.08 0.27 0.28
HSL 42.86º 0.25% 0.62% -
HSV(B) 42.86º 0.27% 0.72% -
XYZ 38.02 40.16 28.3 -
YUV 169.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 183 169 134 0 0.08 0.27 0.28 42.86 0.25 0.62
Hex B7 A9 86 0 8 1B 1C 2B 19 3E
Octal 267 251 206 0 10 33 34 53 31 76
Binary 10110111 10101001 10000110 0 1000 11011 11100 101011 11001 111110

Color Harmonies of #B7A986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A986

Black with #B7A986

Text Example


Text Example

White with #B7A986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A986; }

 p { color: rgb(183,169,134); }

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

background-color css

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

 a { background-color: rgb(183,169,134); }

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

border-color css

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

 span { border-color: rgb(183,169,134); }

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