Html Css Color HEX #BA7A39 Brandy Punch

📋 copy color: '#BA7A39'

red 186 ◦ green 122 ◦ blue 57

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

Shades of Brandy Punch #BA7A39

Tints of Brandy Punch #BA7A39

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 50.96%
G = 33.42%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA7A39 (or 0xBA7A39) is known color: Brandy Punch. HEX triplet: BA, 7A and 39. RGB value is (186,122,57). Sum of RGB (Red+Green+Blue) = 186+122+57=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A39 is #4585C6. Grayscale: #868686. Windows color (decimal): -4556231 or 3766970. OLE color: 3766970.

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

Color convert

RGB 186 122 57 -
CMYK 0 0.34 0.69 0.27
HSL 30.23º 0.53% 0.48% -
HSV(B) 30.23º 0.69% 0.73% -
XYZ 27.95 24.65 7.16 -
YUV 133.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 186 122 57 0 0.34 0.69 0.27 30.23 0.53 0.48
Hex BA 7A 39 0 22 45 1B 1E 35 30
Octal 272 172 71 0 42 105 33 36 65 60
Binary 10111010 1111010 111001 0 100010 1000101 11011 11110 110101 110000

Color Harmonies of #BA7A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A39

Black with #BA7A39

Text Example


Text Example

White with #BA7A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A39; }

 p { color: rgb(186,122,57); }

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

background-color css

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

 a { background-color: rgb(186,122,57); }

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

border-color css

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

 span { border-color: rgb(186,122,57); }

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