Html Css Color HEX #BAA783 Pavlova

📋 copy color: '#BAA783'

red 186 ◦ green 167 ◦ blue 131

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

Shades of Pavlova #BAA783

Tints of Pavlova #BAA783

RGB

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

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

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

R = 38.43%
G = 34.5%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAA783 (or 0xBAA783) is known color: Pavlova. HEX triplet: BA, A7 and 83. RGB value is (186,167,131). Sum of RGB (Red+Green+Blue) = 186+167+131=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA783 is #45587C. Grayscale: #A8A8A8. Windows color (decimal): -4544637 or 8628154. OLE color: 8628154.

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

Color convert

RGB 186 167 131 -
CMYK 0 0.10 0.30 0.27
HSL 39.27º 0.28% 0.62% -
HSV(B) 39.27º 0.3% 0.73% -
XYZ 38.17 39.72 27.13 -
YUV 168.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 186 167 131 0 0.10 0.30 0.27 39.27 0.28 0.62
Hex BA A7 83 0 A 1E 1B 27 1C 3E
Octal 272 247 203 0 12 36 33 47 34 76
Binary 10111010 10100111 10000011 0 1010 11110 11011 100111 11100 111110

Color Harmonies of #BAA783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA783

Black with #BAA783

Text Example


Text Example

White with #BAA783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA783; }

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

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

background-color css

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

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

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

border-color css

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

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

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