Html Css Color HEX #BAA480 Pavlova

📋 copy color: '#BAA480'

red 186 ◦ green 164 ◦ blue 128

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

Shades of Pavlova #BAA480

Tints of Pavlova #BAA480

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.31%

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 38.91%
G = 34.31%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAA480 (or 0xBAA480) is known color: Pavlova. HEX triplet: BA, A4 and 80. RGB value is (186,164,128). Sum of RGB (Red+Green+Blue) = 186+164+128=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA480 is #455B7F. Grayscale: #A6A6A6. Windows color (decimal): -4545408 or 8430778. OLE color: 8430778.

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

Color convert

RGB 186 164 128 -
CMYK 0 0.12 0.31 0.27
HSL 37.24º 0.3% 0.62% -
HSV(B) 37.24º 0.31% 0.73% -
XYZ 37.42 38.55 25.89 -
YUV 166.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 186 164 128 0 0.12 0.31 0.27 37.24 0.3 0.62
Hex BA A4 80 0 C 1F 1B 25 1E 3E
Octal 272 244 200 0 14 37 33 45 36 76
Binary 10111010 10100100 10000000 0 1100 11111 11011 100101 11110 111110

Color Harmonies of #BAA480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA480

Black with #BAA480

Text Example


Text Example

White with #BAA480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA480; }

 p { color: rgb(186,164,128); }

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

background-color css

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

 a { background-color: rgb(186,164,128); }

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

border-color css

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

 span { border-color: rgb(186,164,128); }

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