Html Css Color HEX #BA7E39 Brandy Punch

📋 copy color: '#BA7E39'

red 186 ◦ green 126 ◦ blue 57

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

Shades of Brandy Punch #BA7E39

Tints of Brandy Punch #BA7E39

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

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

R = 50.41%
G = 34.15%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA7E39 (or 0xBA7E39) is known color: Brandy Punch. HEX triplet: BA, 7E and 39. RGB value is (186,126,57). Sum of RGB (Red+Green+Blue) = 186+126+57=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E39 is #4581C6. Grayscale: #888888. Windows color (decimal): -4555207 or 3767994. OLE color: 3767994.

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

Color convert

RGB 186 126 57 -
CMYK 0 0.32 0.69 0.27
HSL 32.09º 0.53% 0.48% -
HSV(B) 32.09º 0.69% 0.73% -
XYZ 28.45 25.66 7.32 -
YUV 136.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 186 126 57 0 0.32 0.69 0.27 32.09 0.53 0.48
Hex BA 7E 39 0 20 45 1B 20 35 30
Octal 272 176 71 0 40 105 33 40 65 60
Binary 10111010 1111110 111001 0 100000 1000101 11011 100000 110101 110000

Color Harmonies of #BA7E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E39

Black with #BA7E39

Text Example


Text Example

White with #BA7E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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