Html Css Color HEX #BA7E3A Brandy Punch

📋 copy color: '#BA7E3A'

red 186 ◦ green 126 ◦ blue 58

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

Shades of Brandy Punch #BA7E3A

Tints of Brandy Punch #BA7E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.05%

 BLUE value IS 58 (23.05% from 255) = 15.68%

R = 50.27%
G = 34.05%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA7E3A (or 0xBA7E3A) is known color: Brandy Punch. HEX triplet: BA, 7E and 3A. RGB value is (186,126,58). Sum of RGB (Red+Green+Blue) = 186+126+58=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E3A is #4581C5. Grayscale: #888888. Windows color (decimal): -4555206 or 3833530. OLE color: 3833530.

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

Color convert

RGB 186 126 58 -
CMYK 0 0.32 0.69 0.27
HSL 31.88º 0.52% 0.48% -
HSV(B) 31.88º 0.69% 0.73% -
XYZ 28.47 25.67 7.46 -
YUV 136.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 186 126 58 0 0.32 0.69 0.27 31.88 0.52 0.48
Hex BA 7E 3A 0 20 45 1B 20 34 30
Octal 272 176 72 0 40 105 33 40 64 60
Binary 10111010 1111110 111010 0 100000 1000101 11011 100000 110100 110000

Color Harmonies of #BA7E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E3A

Black with #BA7E3A

Text Example


Text Example

White with #BA7E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E3A; }

 p { color: rgb(186,126,58); }

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

background-color css

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

 a { background-color: rgb(186,126,58); }

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

border-color css

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

 span { border-color: rgb(186,126,58); }

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