Html Css Color HEX #BA733F Brandy Punch

📋 copy color: '#BA733F'

red 186 ◦ green 115 ◦ blue 63

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

Shades of Brandy Punch #BA733F

Tints of Brandy Punch #BA733F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.31%

R = 51.1%
G = 31.59%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA733F (or 0xBA733F) is known color: Brandy Punch. HEX triplet: BA, 73 and 3F. RGB value is (186,115,63). Sum of RGB (Red+Green+Blue) = 186+115+63=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA733F is #458CC0. Grayscale: #828282. Windows color (decimal): -4558017 or 4158394. OLE color: 4158394.

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

Color convert

RGB 186 115 63 -
CMYK 0 0.38 0.66 0.27
HSL 25.37º 0.49% 0.49% -
HSV(B) 25.37º 0.66% 0.73% -
XYZ 27.28 23.06 7.72 -
YUV 130.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 186 115 63 0 0.38 0.66 0.27 25.37 0.49 0.49
Hex BA 73 3F 0 26 42 1B 19 31 31
Octal 272 163 77 0 46 102 33 31 61 61
Binary 10111010 1110011 111111 0 100110 1000010 11011 11001 110001 110001

Color Harmonies of #BA733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA733F

Black with #BA733F

Text Example


Text Example

White with #BA733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA733F; }

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

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

background-color css

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

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

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

border-color css

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

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

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