Html Css Color HEX #BA7C39 Brandy Punch

📋 copy color: '#BA7C39'

red 186 ◦ green 124 ◦ blue 57

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

Shades of Brandy Punch #BA7C39

Tints of Brandy Punch #BA7C39

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

 BLUE value IS 57 (22.66% from 255) = 15.53%

R = 50.68%
G = 33.79%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA7C39 (or 0xBA7C39) is known color: Brandy Punch. HEX triplet: BA, 7C and 39. RGB value is (186,124,57). Sum of RGB (Red+Green+Blue) = 186+124+57=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C39 is #4583C6. Grayscale: #878787. Windows color (decimal): -4555719 or 3767482. OLE color: 3767482.

HSL color Cylindrical-coordinate representation of color #BA7C39: hue angle of 31.16º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA7C39 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 57 -
CMYK 0 0.33 0.69 0.27
HSL 31.16º 0.53% 0.48% -
HSV(B) 31.16º 0.69% 0.73% -
XYZ 28.2 25.15 7.24 -
YUV 134.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 186 124 57 0 0.33 0.69 0.27 31.16 0.53 0.48
Hex BA 7C 39 0 21 45 1B 1F 35 30
Octal 272 174 71 0 41 105 33 37 65 60
Binary 10111010 1111100 111001 0 100001 1000101 11011 11111 110101 110000

Color Harmonies of #BA7C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C39

Black with #BA7C39

Text Example


Text Example

White with #BA7C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C39; }

 p { color: rgb(186,124,57); }

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

background-color css

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

 a { background-color: rgb(186,124,57); }

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

border-color css

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

 span { border-color: rgb(186,124,57); }

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