Html Css Color HEX #BAA683 Pavlova

📋 copy color: '#BAA683'

red 186 ◦ green 166 ◦ blue 131

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

Shades of Pavlova #BAA683

Tints of Pavlova #BAA683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 38.51%
G = 34.37%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAA683 (or 0xBAA683) is known color: Pavlova. HEX triplet: BA, A6 and 83. RGB value is (186,166,131). Sum of RGB (Red+Green+Blue) = 186+166+131=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA683 is #45597C. Grayscale: #A8A8A8. Windows color (decimal): -4544893 or 8627898. OLE color: 8627898.

HSL color Cylindrical-coordinate representation of color #BAA683: hue angle of 38.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA683 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 131 -
CMYK 0 0.11 0.30 0.27
HSL 38.18º 0.28% 0.62% -
HSV(B) 38.18º 0.3% 0.73% -
XYZ 37.98 39.35 27.07 -
YUV 167.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 186 166 131 0 0.11 0.30 0.27 38.18 0.28 0.62
Hex BA A6 83 0 B 1E 1B 26 1C 3E
Octal 272 246 203 0 13 36 33 46 34 76
Binary 10111010 10100110 10000011 0 1011 11110 11011 100110 11100 111110

Color Harmonies of #BAA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA683

Black with #BAA683

Text Example


Text Example

White with #BAA683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA683; }

 p { color: rgb(186,166,131); }

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

background-color css

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

 a { background-color: rgb(186,166,131); }

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

border-color css

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

 span { border-color: rgb(186,166,131); }

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