Html Css Color HEX #BA8343 Brandy Punch

📋 copy color: '#BA8343'

red 186 ◦ green 131 ◦ blue 67

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

Shades of Brandy Punch #BA8343

Tints of Brandy Punch #BA8343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 48.44%
G = 34.11%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA8343 (or 0xBA8343) is known color: Brandy Punch. HEX triplet: BA, 83 and 43. RGB value is (186,131,67). Sum of RGB (Red+Green+Blue) = 186+131+67=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8343 is #457CBC. Grayscale: #8C8C8C. Windows color (decimal): -4553917 or 4424634. OLE color: 4424634.

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

Color convert

RGB 186 131 67 -
CMYK 0 0.30 0.64 0.27
HSL 32.27º 0.47% 0.5% -
HSV(B) 32.27º 0.64% 0.73% -
XYZ 29.38 27.08 8.99 -
YUV 140.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 186 131 67 0 0.30 0.64 0.27 32.27 0.47 0.5
Hex BA 83 43 0 1E 40 1B 20 2F 32
Octal 272 203 103 0 36 100 33 40 57 62
Binary 10111010 10000011 1000011 0 11110 1000000 11011 100000 101111 110010

Color Harmonies of #BA8343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8343

Black with #BA8343

Text Example


Text Example

White with #BA8343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8343; }

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

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

background-color css

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

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

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

border-color css

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

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

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