Html Css Color HEX #BA8348 Brandy Punch

📋 copy color: '#BA8348'

red 186 ◦ green 131 ◦ blue 72

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

Shades of Brandy Punch #BA8348

Tints of Brandy Punch #BA8348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 47.81%
G = 33.68%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8348 (or 0xBA8348) is known color: Brandy Punch. HEX triplet: BA, 83 and 48. RGB value is (186,131,72). Sum of RGB (Red+Green+Blue) = 186+131+72=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8348 is #457CB7. Grayscale: #8D8D8D. Windows color (decimal): -4553912 or 4752314. OLE color: 4752314.

HSL color Cylindrical-coordinate representation of color #BA8348: hue angle of 31.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA8348 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 72 -
CMYK 0 0.30 0.61 0.27
HSL 31.05º 0.45% 0.51% -
HSV(B) 31.05º 0.61% 0.73% -
XYZ 29.54 27.14 9.81 -
YUV 140.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 186 131 72 0 0.30 0.61 0.27 31.05 0.45 0.51
Hex BA 83 48 0 1E 3D 1B 1F 2D 33
Octal 272 203 110 0 36 75 33 37 55 63
Binary 10111010 10000011 1001000 0 11110 111101 11011 11111 101101 110011

Color Harmonies of #BA8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8348

Black with #BA8348

Text Example


Text Example

White with #BA8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8348; }

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

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

background-color css

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

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

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

border-color css

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

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

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