Html Css Color HEX #B7AA86 Pavlova

📋 copy color: '#B7AA86'

red 183 ◦ green 170 ◦ blue 134

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

Shades of Pavlova #B7AA86

Tints of Pavlova #B7AA86

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.91%

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

R = 37.58%
G = 34.91%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B7AA86 (or 0xB7AA86) is known color: Pavlova. HEX triplet: B7, AA and 86. RGB value is (183,170,134). Sum of RGB (Red+Green+Blue) = 183+170+134=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AA86 is #485579. Grayscale: #A9A9A9. Windows color (decimal): -4740474 or 8825527. OLE color: 8825527.

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

Color convert

RGB 183 170 134 -
CMYK 0 0.07 0.27 0.28
HSL 44.08º 0.25% 0.62% -
HSV(B) 44.08º 0.27% 0.72% -
XYZ 38.21 40.54 28.37 -
YUV 169.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 183 170 134 0 0.07 0.27 0.28 44.08 0.25 0.62
Hex B7 AA 86 0 7 1B 1C 2C 19 3E
Octal 267 252 206 0 7 33 34 54 31 76
Binary 10110111 10101010 10000110 0 111 11011 11100 101100 11001 111110

Color Harmonies of #B7AA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA86

Black with #B7AA86

Text Example


Text Example

White with #B7AA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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