Html Css Color HEX #BA753C Brandy Punch

📋 copy color: '#BA753C'

red 186 ◦ green 117 ◦ blue 60

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

Shades of Brandy Punch #BA753C

Tints of Brandy Punch #BA753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 51.24%
G = 32.23%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA753C (or 0xBA753C) is known color: Brandy Punch. HEX triplet: BA, 75 and 3C. RGB value is (186,117,60). Sum of RGB (Red+Green+Blue) = 186+117+60=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA753C is #458AC3. Grayscale: #838383. Windows color (decimal): -4557508 or 3962298. OLE color: 3962298.

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

Color convert

RGB 186 117 60 -
CMYK 0 0.37 0.68 0.27
HSL 27.14º 0.51% 0.48% -
HSV(B) 27.14º 0.68% 0.73% -
XYZ 27.43 23.49 7.36 -
YUV 131.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 186 117 60 0 0.37 0.68 0.27 27.14 0.51 0.48
Hex BA 75 3C 0 25 44 1B 1B 33 30
Octal 272 165 74 0 45 104 33 33 63 60
Binary 10111010 1110101 111100 0 100101 1000100 11011 11011 110011 110000

Color Harmonies of #BA753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA753C

Black with #BA753C

Text Example


Text Example

White with #BA753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA753C; }

 p { color: rgb(186,117,60); }

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

background-color css

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

 a { background-color: rgb(186,117,60); }

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

border-color css

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

 span { border-color: rgb(186,117,60); }

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