Html Css Color HEX #BA7641 Brandy Punch

📋 copy color: '#BA7641'

red 186 ◦ green 118 ◦ blue 65

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

Shades of Brandy Punch #BA7641

Tints of Brandy Punch #BA7641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 50.41%
G = 31.98%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA7641 (or 0xBA7641) is known color: Brandy Punch. HEX triplet: BA, 76 and 41. RGB value is (186,118,65). Sum of RGB (Red+Green+Blue) = 186+118+65=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7641 is #4589BE. Grayscale: #848484. Windows color (decimal): -4557247 or 4290234. OLE color: 4290234.

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

Color convert

RGB 186 118 65 -
CMYK 0 0.37 0.65 0.27
HSL 26.28º 0.48% 0.49% -
HSV(B) 26.28º 0.65% 0.73% -
XYZ 27.68 23.78 8.13 -
YUV 132.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 186 118 65 0 0.37 0.65 0.27 26.28 0.48 0.49
Hex BA 76 41 0 25 41 1B 1A 30 31
Octal 272 166 101 0 45 101 33 32 60 61
Binary 10111010 1110110 1000001 0 100101 1000001 11011 11010 110000 110001

Color Harmonies of #BA7641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7641

Black with #BA7641

Text Example


Text Example

White with #BA7641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7641; }

 p { color: rgb(186,118,65); }

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

background-color css

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

 a { background-color: rgb(186,118,65); }

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

border-color css

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

 span { border-color: rgb(186,118,65); }

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