Html Css Color HEX #BA7A46 Brandy Punch

📋 copy color: '#BA7A46'

red 186 ◦ green 122 ◦ blue 70

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

Shades of Brandy Punch #BA7A46

Tints of Brandy Punch #BA7A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 49.21%
G = 32.28%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA7A46 (or 0xBA7A46) is known color: Brandy Punch. HEX triplet: BA, 7A and 46. RGB value is (186,122,70). Sum of RGB (Red+Green+Blue) = 186+122+70=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A46 is #4585B9. Grayscale: #878787. Windows color (decimal): -4556218 or 4618938. OLE color: 4618938.

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

Color convert

RGB 186 122 70 -
CMYK 0 0.34 0.62 0.27
HSL 26.9º 0.46% 0.5% -
HSV(B) 26.9º 0.62% 0.73% -
XYZ 28.31 24.8 9.09 -
YUV 135.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 186 122 70 0 0.34 0.62 0.27 26.9 0.46 0.5
Hex BA 7A 46 0 22 3E 1B 1B 2E 32
Octal 272 172 106 0 42 76 33 33 56 62
Binary 10111010 1111010 1000110 0 100010 111110 11011 11011 101110 110010

Color Harmonies of #BA7A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A46

Black with #BA7A46

Text Example


Text Example

White with #BA7A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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