Html Css Color HEX #BAA17C Pavlova

📋 copy color: '#BAA17C'

red 186 ◦ green 161 ◦ blue 124

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

Shades of Pavlova #BAA17C

Tints of Pavlova #BAA17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.18%

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

R = 39.49%
G = 34.18%
B = 26.33%

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

#BAA17C (or 0xBAA17C) is known color: Pavlova. HEX triplet: BA, A1 and 7C. RGB value is (186,161,124). Sum of RGB (Red+Green+Blue) = 186+161+124=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA17C is #455E83. Grayscale: #A4A4A4. Windows color (decimal): -4546180 or 8167866. OLE color: 8167866.

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

Color convert

RGB 186 161 124 -
CMYK 0 0.13 0.33 0.27
HSL 35.81º 0.31% 0.61% -
HSV(B) 35.81º 0.33% 0.73% -
XYZ 36.63 37.38 24.35 -
YUV 164.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 186 161 124 0 0.13 0.33 0.27 35.81 0.31 0.61
Hex BA A1 7C 0 D 21 1B 24 1F 3D
Octal 272 241 174 0 15 41 33 44 37 75
Binary 10111010 10100001 1111100 0 1101 100001 11011 100100 11111 111101

Color Harmonies of #BAA17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA17C

Black with #BAA17C

Text Example


Text Example

White with #BAA17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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