Html Css Color HEX #BA7852 Brandy Punch

📋 copy color: '#BA7852'

red 186 ◦ green 120 ◦ blue 82

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

Shades of Brandy Punch #BA7852

Tints of Brandy Punch #BA7852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.13%

R = 47.94%
G = 30.93%
B = 21.13%

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

#BA7852 (or 0xBA7852) is known color: Brandy Punch. HEX triplet: BA, 78 and 52. RGB value is (186,120,82). Sum of RGB (Red+Green+Blue) = 186+120+82=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7852 is #4587AD. Grayscale: #878787. Windows color (decimal): -4556718 or 5404858. OLE color: 5404858.

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

Color convert

RGB 186 120 82 -
CMYK 0 0.35 0.56 0.27
HSL 21.92º 0.43% 0.53% -
HSV(B) 21.92º 0.56% 0.73% -
XYZ 28.49 24.48 11.21 -
YUV 135.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 186 120 82 0 0.35 0.56 0.27 21.92 0.43 0.53
Hex BA 78 52 0 23 38 1B 16 2B 35
Octal 272 170 122 0 43 70 33 26 53 65
Binary 10111010 1111000 1010010 0 100011 111000 11011 10110 101011 110101

Color Harmonies of #BA7852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7852

Black with #BA7852

Text Example


Text Example

White with #BA7852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7852; }

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

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

background-color css

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

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

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

border-color css

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

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

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