Html Css Color HEX #BA7F39 Brandy Punch

📋 copy color: '#BA7F39'

red 186 ◦ green 127 ◦ blue 57

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

Shades of Brandy Punch #BA7F39

Tints of Brandy Punch #BA7F39

RGB

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

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

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

R = 50.27%
G = 34.32%
B = 15.41%

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

#BA7F39 (or 0xBA7F39) is known color: Brandy Punch. HEX triplet: BA, 7F and 39. RGB value is (186,127,57). Sum of RGB (Red+Green+Blue) = 186+127+57=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F39 is #4580C6. Grayscale: #898989. Windows color (decimal): -4554951 or 3768250. OLE color: 3768250.

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

Color convert

RGB 186 127 57 -
CMYK 0 0.32 0.69 0.27
HSL 32.56º 0.53% 0.48% -
HSV(B) 32.56º 0.69% 0.73% -
XYZ 28.58 25.91 7.37 -
YUV 136.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 186 127 57 0 0.32 0.69 0.27 32.56 0.53 0.48
Hex BA 7F 39 0 20 45 1B 21 35 30
Octal 272 177 71 0 40 105 33 41 65 60
Binary 10111010 1111111 111001 0 100000 1000101 11011 100001 110101 110000

Color Harmonies of #BA7F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F39

Black with #BA7F39

Text Example


Text Example

White with #BA7F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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