Html Css Color HEX #BA753F Brandy Punch

📋 copy color: '#BA753F'

red 186 ◦ green 117 ◦ blue 63

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

Shades of Brandy Punch #BA753F

Tints of Brandy Punch #BA753F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.21%

R = 50.82%
G = 31.97%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA753F (or 0xBA753F) is known color: Brandy Punch. HEX triplet: BA, 75 and 3F. RGB value is (186,117,63). Sum of RGB (Red+Green+Blue) = 186+117+63=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA753F is #458AC0. Grayscale: #838383. Windows color (decimal): -4557505 or 4158906. OLE color: 4158906.

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

Color convert

RGB 186 117 63 -
CMYK 0 0.37 0.66 0.27
HSL 26.34º 0.49% 0.49% -
HSV(B) 26.34º 0.66% 0.73% -
XYZ 27.51 23.52 7.79 -
YUV 131.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 186 117 63 0 0.37 0.66 0.27 26.34 0.49 0.49
Hex BA 75 3F 0 25 42 1B 1A 31 31
Octal 272 165 77 0 45 102 33 32 61 61
Binary 10111010 1110101 111111 0 100101 1000010 11011 11010 110001 110001

Color Harmonies of #BA753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA753F

Black with #BA753F

Text Example


Text Example

White with #BA753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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