Html Css Color HEX #BA7851 Brandy Punch

📋 copy color: '#BA7851'

red 186 ◦ green 120 ◦ blue 81

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

Shades of Brandy Punch #BA7851

Tints of Brandy Punch #BA7851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.93%

R = 48.06%
G = 31.01%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA7851 (or 0xBA7851) is known color: Brandy Punch. HEX triplet: BA, 78 and 51. RGB value is (186,120,81). Sum of RGB (Red+Green+Blue) = 186+120+81=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7851 is #4587AE. Grayscale: #878787. Windows color (decimal): -4556719 or 5339322. OLE color: 5339322.

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

Color convert

RGB 186 120 81 -
CMYK 0 0.35 0.56 0.27
HSL 22.29º 0.43% 0.52% -
HSV(B) 22.29º 0.56% 0.73% -
XYZ 28.45 24.47 11.01 -
YUV 135.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 186 120 81 0 0.35 0.56 0.27 22.29 0.43 0.52
Hex BA 78 51 0 23 38 1B 16 2B 34
Octal 272 170 121 0 43 70 33 26 53 64
Binary 10111010 1111000 1010001 0 100011 111000 11011 10110 101011 110100

Color Harmonies of #BA7851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7851

Black with #BA7851

Text Example


Text Example

White with #BA7851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7851; }

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

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

background-color css

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

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

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

border-color css

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

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

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