Html Css Color HEX #BA733D Brandy Punch

📋 copy color: '#BA733D'

red 186 ◦ green 115 ◦ blue 61

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

Shades of Brandy Punch #BA733D

Tints of Brandy Punch #BA733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.85%

R = 51.38%
G = 31.77%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA733D (or 0xBA733D) is known color: Brandy Punch. HEX triplet: BA, 73 and 3D. RGB value is (186,115,61). Sum of RGB (Red+Green+Blue) = 186+115+61=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA733D is #458CC2. Grayscale: #828282. Windows color (decimal): -4558019 or 4027322. OLE color: 4027322.

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

Color convert

RGB 186 115 61 -
CMYK 0 0.38 0.67 0.27
HSL 25.92º 0.51% 0.48% -
HSV(B) 25.92º 0.67% 0.73% -
XYZ 27.22 23.04 7.43 -
YUV 130.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 186 115 61 0 0.38 0.67 0.27 25.92 0.51 0.48
Hex BA 73 3D 0 26 43 1B 1A 33 30
Octal 272 163 75 0 46 103 33 32 63 60
Binary 10111010 1110011 111101 0 100110 1000011 11011 11010 110011 110000

Color Harmonies of #BA733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA733D

Black with #BA733D

Text Example


Text Example

White with #BA733D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA733D; }

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

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

background-color css

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

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

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

border-color css

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

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

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