Html Css Color HEX #BA8043 Brandy Punch

📋 copy color: '#BA8043'

red 186 ◦ green 128 ◦ blue 67

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

Shades of Brandy Punch #BA8043

Tints of Brandy Punch #BA8043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.6%

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

R = 48.82%
G = 33.6%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA8043 (or 0xBA8043) is known color: Brandy Punch. HEX triplet: BA, 80 and 43. RGB value is (186,128,67). Sum of RGB (Red+Green+Blue) = 186+128+67=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8043 is #457FBC. Grayscale: #8A8A8A. Windows color (decimal): -4554685 or 4423866. OLE color: 4423866.

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

Color convert

RGB 186 128 67 -
CMYK 0 0.31 0.64 0.27
HSL 30.76º 0.47% 0.5% -
HSV(B) 30.76º 0.64% 0.73% -
XYZ 28.98 26.28 8.86 -
YUV 138.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 186 128 67 0 0.31 0.64 0.27 30.76 0.47 0.5
Hex BA 80 43 0 1F 40 1B 1F 2F 32
Octal 272 200 103 0 37 100 33 37 57 62
Binary 10111010 10000000 1000011 0 11111 1000000 11011 11111 101111 110010

Color Harmonies of #BA8043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8043

Black with #BA8043

Text Example


Text Example

White with #BA8043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8043; }

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

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

background-color css

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

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

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

border-color css

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

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

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