Html Css Color HEX #BA7A50 Brandy Punch

📋 copy color: '#BA7A50'

red 186 ◦ green 122 ◦ blue 80

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

Shades of Brandy Punch #BA7A50

Tints of Brandy Punch #BA7A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 47.94%
G = 31.44%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA7A50 (or 0xBA7A50) is known color: Brandy Punch. HEX triplet: BA, 7A and 50. RGB value is (186,122,80). Sum of RGB (Red+Green+Blue) = 186+122+80=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A50 is #4585AF. Grayscale: #888888. Windows color (decimal): -4556208 or 5274298. OLE color: 5274298.

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

Color convert

RGB 186 122 80 -
CMYK 0 0.34 0.57 0.27
HSL 23.77º 0.43% 0.52% -
HSV(B) 23.77º 0.57% 0.73% -
XYZ 28.66 24.94 10.89 -
YUV 136.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 186 122 80 0 0.34 0.57 0.27 23.77 0.43 0.52
Hex BA 7A 50 0 22 39 1B 18 2B 34
Octal 272 172 120 0 42 71 33 30 53 64
Binary 10111010 1111010 1010000 0 100010 111001 11011 11000 101011 110100

Color Harmonies of #BA7A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A50

Black with #BA7A50

Text Example


Text Example

White with #BA7A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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