Html Css Color HEX #B8AA82 Pavlova

📋 copy color: '#B8AA82'

red 184 ◦ green 170 ◦ blue 130

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

Shades of Pavlova #B8AA82

Tints of Pavlova #B8AA82

RGB

 RED value IS 184 (72.27% from 255) = 38.02%

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

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 38.02%
G = 35.12%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B8AA82 (or 0xB8AA82) is known color: Pavlova. HEX triplet: B8, AA and 82. RGB value is (184,170,130). Sum of RGB (Red+Green+Blue) = 184+170+130=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA82 is #47557D. Grayscale: #A9A9A9. Windows color (decimal): -4674942 or 8563384. OLE color: 8563384.

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

Color convert

RGB 184 170 130 -
CMYK 0 0.08 0.29 0.28
HSL 44.44º 0.28% 0.62% -
HSV(B) 44.44º 0.29% 0.72% -
XYZ 38.17 40.55 26.93 -
YUV 169.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 184 170 130 0 0.08 0.29 0.28 44.44 0.28 0.62
Hex B8 AA 82 0 8 1D 1C 2C 1C 3E
Octal 270 252 202 0 10 35 34 54 34 76
Binary 10111000 10101010 10000010 0 1000 11101 11100 101100 11100 111110

Color Harmonies of #B8AA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AA82

Black with #B8AA82

Text Example


Text Example

White with #B8AA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AA82; }

 p { color: rgb(184,170,130); }

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

background-color css

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

 a { background-color: rgb(184,170,130); }

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

border-color css

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

 span { border-color: rgb(184,170,130); }

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