Html Css Color HEX #BA7D38 Brandy Punch

📋 copy color: '#BA7D38'

red 186 ◦ green 125 ◦ blue 56

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

Shades of Brandy Punch #BA7D38

Tints of Brandy Punch #BA7D38

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 56 (22.27% from 255) = 15.26%

R = 50.68%
G = 34.06%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7D38 (or 0xBA7D38) is known color: Brandy Punch. HEX triplet: BA, 7D and 38. RGB value is (186,125,56). Sum of RGB (Red+Green+Blue) = 186+125+56=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D38 is #4582C7. Grayscale: #878787. Windows color (decimal): -4555464 or 3702202. OLE color: 3702202.

HSL color Cylindrical-coordinate representation of color #BA7D38: hue angle of 31.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA7D38 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 125 56 -
CMYK 0 0.33 0.70 0.27
HSL 31.85º 0.54% 0.47% -
HSV(B) 31.85º 0.7% 0.73% -
XYZ 28.3 25.39 7.15 -
YUV 135.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 186 125 56 0 0.33 0.70 0.27 31.85 0.54 0.47
Hex BA 7D 38 0 21 46 1B 20 36 2F
Octal 272 175 70 0 41 106 33 40 66 57
Binary 10111010 1111101 111000 0 100001 1000110 11011 100000 110110 101111

Color Harmonies of #BA7D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D38

Black with #BA7D38

Text Example


Text Example

White with #BA7D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D38; }

 p { color: rgb(186,125,56); }

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

background-color css

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

 a { background-color: rgb(186,125,56); }

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

border-color css

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

 span { border-color: rgb(186,125,56); }

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