Html Css Color HEX #BAA47D Pavlova

📋 copy color: '#BAA47D'

red 186 ◦ green 164 ◦ blue 125

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

Shades of Pavlova #BAA47D

Tints of Pavlova #BAA47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.53%

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 39.16%
G = 34.53%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAA47D (or 0xBAA47D) is known color: Pavlova. HEX triplet: BA, A4 and 7D. RGB value is (186,164,125). Sum of RGB (Red+Green+Blue) = 186+164+125=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA47D is #455B82. Grayscale: #A6A6A6. Windows color (decimal): -4545411 or 8234170. OLE color: 8234170.

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

Color convert

RGB 186 164 125 -
CMYK 0 0.12 0.33 0.27
HSL 38.36º 0.31% 0.61% -
HSV(B) 38.36º 0.33% 0.73% -
XYZ 37.23 38.47 24.87 -
YUV 166.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 186 164 125 0 0.12 0.33 0.27 38.36 0.31 0.61
Hex BA A4 7D 0 C 21 1B 26 1F 3D
Octal 272 244 175 0 14 41 33 46 37 75
Binary 10111010 10100100 1111101 0 1100 100001 11011 100110 11111 111101

Color Harmonies of #BAA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA47D

Black with #BAA47D

Text Example


Text Example

White with #BAA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA47D; }

 p { color: rgb(186,164,125); }

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

background-color css

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

 a { background-color: rgb(186,164,125); }

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

border-color css

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

 span { border-color: rgb(186,164,125); }

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