Html Css Color HEX #BAAA7F Pavlova

📋 copy color: '#BAAA7F'

red 186 ◦ green 170 ◦ blue 127

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

Shades of Pavlova #BAAA7F

Tints of Pavlova #BAAA7F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 127 (50% from 255) = 26.29%

R = 38.51%
G = 35.2%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAAA7F (or 0xBAAA7F) is known color: Pavlova. HEX triplet: BA, AA and 7F. RGB value is (186,170,127). Sum of RGB (Red+Green+Blue) = 186+170+127=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA7F is #455580. Grayscale: #AAAAAA. Windows color (decimal): -4543873 or 8366778. OLE color: 8366778.

HSL color Cylindrical-coordinate representation of color #BAAA7F: hue angle of 43.73º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAAA7F is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 170 127 -
CMYK 0 0.09 0.32 0.27
HSL 43.73º 0.3% 0.61% -
HSV(B) 43.73º 0.32% 0.73% -
XYZ 38.46 40.72 25.91 -
YUV 169.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 186 170 127 0 0.09 0.32 0.27 43.73 0.3 0.61
Hex BA AA 7F 0 9 20 1B 2C 1E 3D
Octal 272 252 177 0 11 40 33 54 36 75
Binary 10111010 10101010 1111111 0 1001 100000 11011 101100 11110 111101

Color Harmonies of #BAAA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA7F

Black with #BAAA7F

Text Example


Text Example

White with #BAAA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA7F; }

 p { color: rgb(186,170,127); }

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

background-color css

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

 a { background-color: rgb(186,170,127); }

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

border-color css

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

 span { border-color: rgb(186,170,127); }

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