Html Css Color HEX #BA734A Brandy Punch

📋 copy color: '#BA734A'

red 186 ◦ green 115 ◦ blue 74

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

Shades of Brandy Punch #BA734A

Tints of Brandy Punch #BA734A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 49.6%
G = 30.67%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA734A (or 0xBA734A) is known color: Brandy Punch. HEX triplet: BA, 73 and 4A. RGB value is (186,115,74). Sum of RGB (Red+Green+Blue) = 186+115+74=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA734A is #458CB5. Grayscale: #838383. Windows color (decimal): -4558006 or 4879290. OLE color: 4879290.

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

Color convert

RGB 186 115 74 -
CMYK 0 0.38 0.60 0.27
HSL 21.96º 0.45% 0.51% -
HSV(B) 21.96º 0.6% 0.73% -
XYZ 27.62 23.19 9.5 -
YUV 131.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 186 115 74 0 0.38 0.60 0.27 21.96 0.45 0.51
Hex BA 73 4A 0 26 3C 1B 16 2D 33
Octal 272 163 112 0 46 74 33 26 55 63
Binary 10111010 1110011 1001010 0 100110 111100 11011 10110 101101 110011

Color Harmonies of #BA734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA734A

Black with #BA734A

Text Example


Text Example

White with #BA734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA734A; }

 p { color: rgb(186,115,74); }

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

background-color css

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

 a { background-color: rgb(186,115,74); }

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

border-color css

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

 span { border-color: rgb(186,115,74); }

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