Html Css Color HEX #BAAB7F Pavlova

📋 copy color: '#BAAB7F'

red 186 ◦ green 171 ◦ blue 127

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

Shades of Pavlova #BAAB7F

Tints of Pavlova #BAAB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.33%

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

R = 38.43%
G = 35.33%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAAB7F (or 0xBAAB7F) is known color: Pavlova. HEX triplet: BA, AB and 7F. RGB value is (186,171,127). Sum of RGB (Red+Green+Blue) = 186+171+127=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB7F is #455480. Grayscale: #AAAAAA. Windows color (decimal): -4543617 or 8367034. OLE color: 8367034.

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

Color convert

RGB 186 171 127 -
CMYK 0 0.08 0.32 0.27
HSL 44.75º 0.3% 0.61% -
HSV(B) 44.75º 0.32% 0.73% -
XYZ 38.64 41.1 25.97 -
YUV 170.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 186 171 127 0 0.08 0.32 0.27 44.75 0.3 0.61
Hex BA AB 7F 0 8 20 1B 2D 1E 3D
Octal 272 253 177 0 10 40 33 55 36 75
Binary 10111010 10101011 1111111 0 1000 100000 11011 101101 11110 111101

Color Harmonies of #BAAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB7F

Black with #BAAB7F

Text Example


Text Example

White with #BAAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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