Html Css Color HEX #BA763F Brandy Punch

📋 copy color: '#BA763F'

red 186 ◦ green 118 ◦ blue 63

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

Shades of Brandy Punch #BA763F

Tints of Brandy Punch #BA763F

RGB

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

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

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

R = 50.68%
G = 32.15%
B = 17.17%

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

#BA763F (or 0xBA763F) is known color: Brandy Punch. HEX triplet: BA, 76 and 3F. RGB value is (186,118,63). Sum of RGB (Red+Green+Blue) = 186+118+63=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA763F is #4589C0. Grayscale: #848484. Windows color (decimal): -4557249 or 4159162. OLE color: 4159162.

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

Color convert

RGB 186 118 63 -
CMYK 0 0.37 0.66 0.27
HSL 26.83º 0.49% 0.49% -
HSV(B) 26.83º 0.66% 0.73% -
XYZ 27.63 23.75 7.83 -
YUV 132.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 186 118 63 0 0.37 0.66 0.27 26.83 0.49 0.49
Hex BA 76 3F 0 25 42 1B 1B 31 31
Octal 272 166 77 0 45 102 33 33 61 61
Binary 10111010 1110110 111111 0 100101 1000010 11011 11011 110001 110001

Color Harmonies of #BA763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA763F

Black with #BA763F

Text Example


Text Example

White with #BA763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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