Html Css Color HEX #BAA378 Pavlova

📋 copy color: '#BAA378'

red 186 ◦ green 163 ◦ blue 120

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

Shades of Pavlova #BAA378

Tints of Pavlova #BAA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.75%

 BLUE value IS 120 (47.27% from 255) = 25.59%

R = 39.66%
G = 34.75%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAA378 (or 0xBAA378) is known color: Pavlova. HEX triplet: BA, A3 and 78. RGB value is (186,163,120). Sum of RGB (Red+Green+Blue) = 186+163+120=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA378 is #455C87. Grayscale: #A5A5A5. Windows color (decimal): -4545672 or 7906234. OLE color: 7906234.

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

Color convert

RGB 186 163 120 -
CMYK 0 0.12 0.35 0.27
HSL 39.09º 0.32% 0.6% -
HSV(B) 39.09º 0.35% 0.73% -
XYZ 36.74 37.99 23.17 -
YUV 164.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 186 163 120 0 0.12 0.35 0.27 39.09 0.32 0.6
Hex BA A3 78 0 C 23 1B 27 20 3C
Octal 272 243 170 0 14 43 33 47 40 74
Binary 10111010 10100011 1111000 0 1100 100011 11011 100111 100000 111100

Color Harmonies of #BAA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA378

Black with #BAA378

Text Example


Text Example

White with #BAA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA378; }

 p { color: rgb(186,163,120); }

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

background-color css

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

 a { background-color: rgb(186,163,120); }

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

border-color css

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

 span { border-color: rgb(186,163,120); }

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