Html Css Color HEX #BA7742 Brandy Punch

📋 copy color: '#BA7742'

red 186 ◦ green 119 ◦ blue 66

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

Shades of Brandy Punch #BA7742

Tints of Brandy Punch #BA7742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 50.13%
G = 32.08%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA7742 (or 0xBA7742) is known color: Brandy Punch. HEX triplet: BA, 77 and 42. RGB value is (186,119,66). Sum of RGB (Red+Green+Blue) = 186+119+66=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7742 is #4588BD. Grayscale: #858585. Windows color (decimal): -4556990 or 4356026. OLE color: 4356026.

HSL color Cylindrical-coordinate representation of color #BA7742: hue angle of 26.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 #BA7742 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 66 -
CMYK 0 0.36 0.65 0.27
HSL 26.5º 0.48% 0.49% -
HSV(B) 26.5º 0.65% 0.73% -
XYZ 27.83 24.03 8.32 -
YUV 132.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 186 119 66 0 0.36 0.65 0.27 26.5 0.48 0.49
Hex BA 77 42 0 24 41 1B 1A 30 31
Octal 272 167 102 0 44 101 33 32 60 61
Binary 10111010 1110111 1000010 0 100100 1000001 11011 11010 110000 110001

Color Harmonies of #BA7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7742

Black with #BA7742

Text Example


Text Example

White with #BA7742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7742; }

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

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

background-color css

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

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

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

border-color css

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

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

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