Html Css Color HEX #BAA77C Pavlova

📋 copy color: '#BAA77C'

red 186 ◦ green 167 ◦ blue 124

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

Shades of Pavlova #BAA77C

Tints of Pavlova #BAA77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.01%

 BLUE value IS 124 (48.83% from 255) = 26%

R = 38.99%
G = 35.01%
B = 26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAA77C (or 0xBAA77C) is known color: Pavlova. HEX triplet: BA, A7 and 7C. RGB value is (186,167,124). Sum of RGB (Red+Green+Blue) = 186+167+124=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA77C is #455883. Grayscale: #A7A7A7. Windows color (decimal): -4544644 or 8169402. OLE color: 8169402.

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

Color convert

RGB 186 167 124 -
CMYK 0 0.10 0.33 0.27
HSL 41.61º 0.31% 0.61% -
HSV(B) 41.61º 0.33% 0.73% -
XYZ 37.71 39.53 24.71 -
YUV 167.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 186 167 124 0 0.10 0.33 0.27 41.61 0.31 0.61
Hex BA A7 7C 0 A 21 1B 2A 1F 3D
Octal 272 247 174 0 12 41 33 52 37 75
Binary 10111010 10100111 1111100 0 1010 100001 11011 101010 11111 111101

Color Harmonies of #BAA77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA77C

Black with #BAA77C

Text Example


Text Example

White with #BAA77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA77C; }

 p { color: rgb(186,167,124); }

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

background-color css

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

 a { background-color: rgb(186,167,124); }

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

border-color css

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

 span { border-color: rgb(186,167,124); }

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