Html Css Color HEX #BA7542 Brandy Punch

📋 copy color: '#BA7542'

red 186 ◦ green 117 ◦ blue 66

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

Shades of Brandy Punch #BA7542

Tints of Brandy Punch #BA7542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 50.41%
G = 31.71%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA7542 (or 0xBA7542) is known color: Brandy Punch. HEX triplet: BA, 75 and 42. RGB value is (186,117,66). Sum of RGB (Red+Green+Blue) = 186+117+66=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7542 is #458ABD. Grayscale: #848484. Windows color (decimal): -4557502 or 4355514. OLE color: 4355514.

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

Color convert

RGB 186 117 66 -
CMYK 0 0.37 0.65 0.27
HSL 25.5º 0.48% 0.49% -
HSV(B) 25.5º 0.65% 0.73% -
XYZ 27.59 23.56 8.25 -
YUV 131.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 186 117 66 0 0.37 0.65 0.27 25.5 0.48 0.49
Hex BA 75 42 0 25 41 1B 1A 30 31
Octal 272 165 102 0 45 101 33 32 60 61
Binary 10111010 1110101 1000010 0 100101 1000001 11011 11010 110000 110001

Color Harmonies of #BA7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7542

Black with #BA7542

Text Example


Text Example

White with #BA7542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7542; }

 p { color: rgb(186,117,66); }

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

background-color css

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

 a { background-color: rgb(186,117,66); }

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

border-color css

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

 span { border-color: rgb(186,117,66); }

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