Html Css Color HEX #BA763B Brandy Punch

📋 copy color: '#BA763B'

red 186 ◦ green 118 ◦ blue 59

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

Shades of Brandy Punch #BA763B

Tints of Brandy Punch #BA763B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.25%

R = 51.24%
G = 32.51%
B = 16.25%

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

#BA763B (or 0xBA763B) is known color: Brandy Punch. HEX triplet: BA, 76 and 3B. RGB value is (186,118,59). Sum of RGB (Red+Green+Blue) = 186+118+59=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA763B is #4589C4. Grayscale: #838383. Windows color (decimal): -4557253 or 3897018. OLE color: 3897018.

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

Color convert

RGB 186 118 59 -
CMYK 0 0.37 0.68 0.27
HSL 27.87º 0.52% 0.48% -
HSV(B) 27.87º 0.68% 0.73% -
XYZ 27.52 23.71 7.26 -
YUV 131.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 186 118 59 0 0.37 0.68 0.27 27.87 0.52 0.48
Hex BA 76 3B 0 25 44 1B 1C 34 30
Octal 272 166 73 0 45 104 33 34 64 60
Binary 10111010 1110110 111011 0 100101 1000100 11011 11100 110100 110000

Color Harmonies of #BA763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA763B

Black with #BA763B

Text Example


Text Example

White with #BA763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA763B; }

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

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

background-color css

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

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

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

border-color css

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

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

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