Html Css Color HEX #BAA575 Pavlova

📋 copy color: '#BAA575'

red 186 ◦ green 165 ◦ blue 117

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

Shades of Pavlova #BAA575

Tints of Pavlova #BAA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

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

R = 39.74%
G = 35.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAA575 (or 0xBAA575) is known color: Pavlova. HEX triplet: BA, A5 and 75. RGB value is (186,165,117). Sum of RGB (Red+Green+Blue) = 186+165+117=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA575 is #455A8A. Grayscale: #A6A6A6. Windows color (decimal): -4545163 or 7710138. OLE color: 7710138.

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

Color convert

RGB 186 165 117 -
CMYK 0 0.11 0.37 0.27
HSL 41.74º 0.33% 0.59% -
HSV(B) 41.74º 0.37% 0.73% -
XYZ 36.92 38.63 22.34 -
YUV 165.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 186 165 117 0 0.11 0.37 0.27 41.74 0.33 0.59
Hex BA A5 75 0 B 25 1B 2A 21 3B
Octal 272 245 165 0 13 45 33 52 41 73
Binary 10111010 10100101 1110101 0 1011 100101 11011 101010 100001 111011

Color Harmonies of #BAA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA575

Black with #BAA575

Text Example


Text Example

White with #BAA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA575; }

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

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

background-color css

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

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

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

border-color css

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

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

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