Html Css Color HEX #BA7C42 Brandy Punch

📋 copy color: '#BA7C42'

red 186 ◦ green 124 ◦ blue 66

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

Shades of Brandy Punch #BA7C42

Tints of Brandy Punch #BA7C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 49.47%
G = 32.98%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA7C42 (or 0xBA7C42) is known color: Brandy Punch. HEX triplet: BA, 7C and 42. RGB value is (186,124,66). Sum of RGB (Red+Green+Blue) = 186+124+66=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C42 is #4583BD. Grayscale: #888888. Windows color (decimal): -4555710 or 4357306. OLE color: 4357306.

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

Color convert

RGB 186 124 66 -
CMYK 0 0.33 0.65 0.27
HSL 29º 0.48% 0.49% -
HSV(B) 29º 0.65% 0.73% -
XYZ 28.44 25.25 8.53 -
YUV 135.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 186 124 66 0 0.33 0.65 0.27 29 0.48 0.49
Hex BA 7C 42 0 21 41 1B 1D 30 31
Octal 272 174 102 0 41 101 33 35 60 61
Binary 10111010 1111100 1000010 0 100001 1000001 11011 11101 110000 110001

Color Harmonies of #BA7C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C42

Black with #BA7C42

Text Example


Text Example

White with #BA7C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C42; }

 p { color: rgb(186,124,66); }

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

background-color css

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

 a { background-color: rgb(186,124,66); }

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

border-color css

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

 span { border-color: rgb(186,124,66); }

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