Html Css Color HEX #BA7E46 Brandy Punch

📋 copy color: '#BA7E46'

red 186 ◦ green 126 ◦ blue 70

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

Shades of Brandy Punch #BA7E46

Tints of Brandy Punch #BA7E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 48.69%
G = 32.98%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA7E46 (or 0xBA7E46) is known color: Brandy Punch. HEX triplet: BA, 7E and 46. RGB value is (186,126,70). Sum of RGB (Red+Green+Blue) = 186+126+70=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E46 is #4581B9. Grayscale: #898989. Windows color (decimal): -4555194 or 4619962. OLE color: 4619962.

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

Color convert

RGB 186 126 70 -
CMYK 0 0.32 0.62 0.27
HSL 28.97º 0.46% 0.5% -
HSV(B) 28.97º 0.62% 0.73% -
XYZ 28.82 25.8 9.26 -
YUV 137.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 186 126 70 0 0.32 0.62 0.27 28.97 0.46 0.5
Hex BA 7E 46 0 20 3E 1B 1D 2E 32
Octal 272 176 106 0 40 76 33 35 56 62
Binary 10111010 1111110 1000110 0 100000 111110 11011 11101 101110 110010

Color Harmonies of #BA7E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E46

Black with #BA7E46

Text Example


Text Example

White with #BA7E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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