Html Css Color HEX #BAA475 Pavlova

📋 copy color: '#BAA475'

red 186 ◦ green 164 ◦ blue 117

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

Shades of Pavlova #BAA475

Tints of Pavlova #BAA475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 39.83%
G = 35.12%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAA475 (or 0xBAA475) is known color: Pavlova. HEX triplet: BA, A4 and 75. RGB value is (186,164,117). Sum of RGB (Red+Green+Blue) = 186+164+117=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA475 is #455B8A. Grayscale: #A5A5A5. Windows color (decimal): -4545419 or 7709882. OLE color: 7709882.

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

Color convert

RGB 186 164 117 -
CMYK 0 0.12 0.37 0.27
HSL 40.87º 0.33% 0.59% -
HSV(B) 40.87º 0.37% 0.73% -
XYZ 36.74 38.27 22.28 -
YUV 165.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 186 164 117 0 0.12 0.37 0.27 40.87 0.33 0.59
Hex BA A4 75 0 C 25 1B 29 21 3B
Octal 272 244 165 0 14 45 33 51 41 73
Binary 10111010 10100100 1110101 0 1100 100101 11011 101001 100001 111011

Color Harmonies of #BAA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA475

Black with #BAA475

Text Example


Text Example

White with #BAA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA475; }

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

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

background-color css

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

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

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

border-color css

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

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

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