Html Css Color HEX #BA7942 Brandy Punch

📋 copy color: '#BA7942'

red 186 ◦ green 121 ◦ blue 66

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

Shades of Brandy Punch #BA7942

Tints of Brandy Punch #BA7942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

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

R = 49.87%
G = 32.44%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA7942 (or 0xBA7942) is known color: Brandy Punch. HEX triplet: BA, 79 and 42. RGB value is (186,121,66). Sum of RGB (Red+Green+Blue) = 186+121+66=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7942 is #4586BD. Grayscale: #868686. Windows color (decimal): -4556478 or 4356538. OLE color: 4356538.

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

Color convert

RGB 186 121 66 -
CMYK 0 0.35 0.65 0.27
HSL 27.5º 0.48% 0.49% -
HSV(B) 27.5º 0.65% 0.73% -
XYZ 28.07 24.51 8.41 -
YUV 134.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 186 121 66 0 0.35 0.65 0.27 27.5 0.48 0.49
Hex BA 79 42 0 23 41 1B 1C 30 31
Octal 272 171 102 0 43 101 33 34 60 61
Binary 10111010 1111001 1000010 0 100011 1000001 11011 11100 110000 110001

Color Harmonies of #BA7942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7942

Black with #BA7942

Text Example


Text Example

White with #BA7942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7942; }

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

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

background-color css

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

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

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

border-color css

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

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

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