Html Css Color HEX #BAAA82 Pavlova

📋 copy color: '#BAAA82'

red 186 ◦ green 170 ◦ blue 130

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

Shades of Pavlova #BAAA82

Tints of Pavlova #BAAA82

RGB

 RED value IS 186 (73.05% from 255) = 38.27%

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

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

R = 38.27%
G = 34.98%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAAA82 (or 0xBAAA82) is known color: Pavlova. HEX triplet: BA, AA and 82. RGB value is (186,170,130). Sum of RGB (Red+Green+Blue) = 186+170+130=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA82 is #45557D. Grayscale: #AAAAAA. Windows color (decimal): -4543870 or 8563386. OLE color: 8563386.

HSL color Cylindrical-coordinate representation of color #BAAA82: hue angle of 42.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAAA82 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 170 130 -
CMYK 0 0.09 0.30 0.27
HSL 42.86º 0.29% 0.62% -
HSV(B) 42.86º 0.3% 0.73% -
XYZ 38.65 40.8 26.96 -
YUV 170.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 186 170 130 0 0.09 0.30 0.27 42.86 0.29 0.62
Hex BA AA 82 0 9 1E 1B 2B 1D 3E
Octal 272 252 202 0 11 36 33 53 35 76
Binary 10111010 10101010 10000010 0 1001 11110 11011 101011 11101 111110

Color Harmonies of #BAAA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA82

Black with #BAAA82

Text Example


Text Example

White with #BAAA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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