Html Css Color HEX #BA7F4F Brandy Punch

📋 copy color: '#BA7F4F'

red 186 ◦ green 127 ◦ blue 79

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

Shades of Brandy Punch #BA7F4F

Tints of Brandy Punch #BA7F4F

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

 BLUE value IS 79 (31.25% from 255) = 20.15%

R = 47.45%
G = 32.4%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA7F4F (or 0xBA7F4F) is known color: Brandy Punch. HEX triplet: BA, 7F and 4F. RGB value is (186,127,79). Sum of RGB (Red+Green+Blue) = 186+127+79=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F4F is #4580B0. Grayscale: #8B8B8B. Windows color (decimal): -4554929 or 5210042. OLE color: 5210042.

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

Color convert

RGB 186 127 79 -
CMYK 0 0.32 0.58 0.27
HSL 26.92º 0.44% 0.52% -
HSV(B) 26.92º 0.58% 0.73% -
XYZ 29.25 26.18 10.91 -
YUV 139.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 186 127 79 0 0.32 0.58 0.27 26.92 0.44 0.52
Hex BA 7F 4F 0 20 3A 1B 1B 2C 34
Octal 272 177 117 0 40 72 33 33 54 64
Binary 10111010 1111111 1001111 0 100000 111010 11011 11011 101100 110100

Color Harmonies of #BA7F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F4F

Black with #BA7F4F

Text Example


Text Example

White with #BA7F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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