Html Css Color HEX #BA753E Brandy Punch

📋 copy color: '#BA753E'

red 186 ◦ green 117 ◦ blue 62

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

Shades of Brandy Punch #BA753E

Tints of Brandy Punch #BA753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 50.96%
G = 32.05%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA753E (or 0xBA753E) is known color: Brandy Punch. HEX triplet: BA, 75 and 3E. RGB value is (186,117,62). Sum of RGB (Red+Green+Blue) = 186+117+62=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA753E is #458AC1. Grayscale: #838383. Windows color (decimal): -4557506 or 4093370. OLE color: 4093370.

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

Color convert

RGB 186 117 62 -
CMYK 0 0.37 0.67 0.27
HSL 26.61º 0.5% 0.49% -
HSV(B) 26.61º 0.67% 0.73% -
XYZ 27.48 23.51 7.65 -
YUV 131.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 186 117 62 0 0.37 0.67 0.27 26.61 0.5 0.49
Hex BA 75 3E 0 25 43 1B 1B 32 31
Octal 272 165 76 0 45 103 33 33 62 61
Binary 10111010 1110101 111110 0 100101 1000011 11011 11011 110010 110001

Color Harmonies of #BA753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA753E

Black with #BA753E

Text Example


Text Example

White with #BA753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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