Html Css Color HEX #BAA27C Pavlova

📋 copy color: '#BAA27C'

red 186 ◦ green 162 ◦ blue 124

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

Shades of Pavlova #BAA27C

Tints of Pavlova #BAA27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.32%

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

R = 39.41%
G = 34.32%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAA27C (or 0xBAA27C) is known color: Pavlova. HEX triplet: BA, A2 and 7C. RGB value is (186,162,124). Sum of RGB (Red+Green+Blue) = 186+162+124=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA27C is #455D83. Grayscale: #A5A5A5. Windows color (decimal): -4545924 or 8168122. OLE color: 8168122.

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

Color convert

RGB 186 162 124 -
CMYK 0 0.13 0.33 0.27
HSL 36.77º 0.31% 0.61% -
HSV(B) 36.77º 0.33% 0.73% -
XYZ 36.81 37.74 24.41 -
YUV 164.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 186 162 124 0 0.13 0.33 0.27 36.77 0.31 0.61
Hex BA A2 7C 0 D 21 1B 25 1F 3D
Octal 272 242 174 0 15 41 33 45 37 75
Binary 10111010 10100010 1111100 0 1101 100001 11011 100101 11111 111101

Color Harmonies of #BAA27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA27C

Black with #BAA27C

Text Example


Text Example

White with #BAA27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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