Html Css Color HEX #BA7C43 Brandy Punch

📋 copy color: '#BA7C43'

red 186 ◦ green 124 ◦ blue 67

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

Shades of Brandy Punch #BA7C43

Tints of Brandy Punch #BA7C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.77%

R = 49.34%
G = 32.89%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA7C43 (or 0xBA7C43) is known color: Brandy Punch. HEX triplet: BA, 7C and 43. RGB value is (186,124,67). Sum of RGB (Red+Green+Blue) = 186+124+67=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C43 is #4583BC. Grayscale: #888888. Windows color (decimal): -4555709 or 4422842. OLE color: 4422842.

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

Color convert

RGB 186 124 67 -
CMYK 0 0.33 0.64 0.27
HSL 28.74º 0.47% 0.5% -
HSV(B) 28.74º 0.64% 0.73% -
XYZ 28.47 25.26 8.69 -
YUV 136.04 89.04 163.63 -
System Red Green Blue C M Y K H S L
Decimal 186 124 67 0 0.33 0.64 0.27 28.74 0.47 0.5
Hex BA 7C 43 0 21 40 1B 1D 2F 32
Octal 272 174 103 0 41 100 33 35 57 62
Binary 10111010 1111100 1000011 0 100001 1000000 11011 11101 101111 110010

Color Harmonies of #BA7C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C43

Black with #BA7C43

Text Example


Text Example

White with #BA7C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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