Html Css Color HEX #BA7543 Brandy Punch

📋 copy color: '#BA7543'

red 186 ◦ green 117 ◦ blue 67

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

Shades of Brandy Punch #BA7543

Tints of Brandy Punch #BA7543

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.62%

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

R = 50.27%
G = 31.62%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA7543 (or 0xBA7543) is known color: Brandy Punch. HEX triplet: BA, 75 and 43. RGB value is (186,117,67). Sum of RGB (Red+Green+Blue) = 186+117+67=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7543 is #458ABC. Grayscale: #848484. Windows color (decimal): -4557501 or 4421050. OLE color: 4421050.

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

Color convert

RGB 186 117 67 -
CMYK 0 0.37 0.64 0.27
HSL 25.21º 0.47% 0.5% -
HSV(B) 25.21º 0.64% 0.73% -
XYZ 27.62 23.57 8.4 -
YUV 131.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 186 117 67 0 0.37 0.64 0.27 25.21 0.47 0.5
Hex BA 75 43 0 25 40 1B 19 2F 32
Octal 272 165 103 0 45 100 33 31 57 62
Binary 10111010 1110101 1000011 0 100101 1000000 11011 11001 101111 110010

Color Harmonies of #BA7543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7543

Black with #BA7543

Text Example


Text Example

White with #BA7543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7543; }

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

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

background-color css

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

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

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

border-color css

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

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

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