Html Css Color HEX #BA7850 Brandy Punch

📋 copy color: '#BA7850'

red 186 ◦ green 120 ◦ blue 80

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

Shades of Brandy Punch #BA7850

Tints of Brandy Punch #BA7850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

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

R = 48.19%
G = 31.09%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA7850 (or 0xBA7850) is known color: Brandy Punch. HEX triplet: BA, 78 and 50. RGB value is (186,120,80). Sum of RGB (Red+Green+Blue) = 186+120+80=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7850 is #4587AF. Grayscale: #878787. Windows color (decimal): -4556720 or 5273786. OLE color: 5273786.

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

Color convert

RGB 186 120 80 -
CMYK 0 0.35 0.57 0.27
HSL 22.64º 0.43% 0.52% -
HSV(B) 22.64º 0.57% 0.73% -
XYZ 28.41 24.45 10.81 -
YUV 135.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 186 120 80 0 0.35 0.57 0.27 22.64 0.43 0.52
Hex BA 78 50 0 23 39 1B 17 2B 34
Octal 272 170 120 0 43 71 33 27 53 64
Binary 10111010 1111000 1010000 0 100011 111001 11011 10111 101011 110100

Color Harmonies of #BA7850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7850

Black with #BA7850

Text Example


Text Example

White with #BA7850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7850; }

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

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

background-color css

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

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

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

border-color css

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

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

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