Html Css Color HEX #BA8146 Brandy Punch

📋 copy color: '#BA8146'

red 186 ◦ green 129 ◦ blue 70

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

Shades of Brandy Punch #BA8146

Tints of Brandy Punch #BA8146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 48.31%
G = 33.51%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA8146 (or 0xBA8146) is known color: Brandy Punch. HEX triplet: BA, 81 and 46. RGB value is (186,129,70). Sum of RGB (Red+Green+Blue) = 186+129+70=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8146 is #457EB9. Grayscale: #8B8B8B. Windows color (decimal): -4554426 or 4620730. OLE color: 4620730.

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

Color convert

RGB 186 129 70 -
CMYK 0 0.31 0.62 0.27
HSL 30.52º 0.46% 0.5% -
HSV(B) 30.52º 0.62% 0.73% -
XYZ 29.21 26.58 9.39 -
YUV 139.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 186 129 70 0 0.31 0.62 0.27 30.52 0.46 0.5
Hex BA 81 46 0 1F 3E 1B 1F 2E 32
Octal 272 201 106 0 37 76 33 37 56 62
Binary 10111010 10000001 1000110 0 11111 111110 11011 11111 101110 110010

Color Harmonies of #BA8146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8146

Black with #BA8146

Text Example


Text Example

White with #BA8146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8146; }

 p { color: rgb(186,129,70); }

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

background-color css

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

 a { background-color: rgb(186,129,70); }

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

border-color css

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

 span { border-color: rgb(186,129,70); }

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