Html Css Color HEX #BA7D54 Brandy Punch

📋 copy color: '#BA7D54'

red 186 ◦ green 125 ◦ blue 84

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

Shades of Brandy Punch #BA7D54

Tints of Brandy Punch #BA7D54

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

 BLUE value IS 84 (33.2% from 255) = 21.27%

R = 47.09%
G = 31.65%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA7D54 (or 0xBA7D54) is known color: Brandy Punch. HEX triplet: BA, 7D and 54. RGB value is (186,125,84). Sum of RGB (Red+Green+Blue) = 186+125+84=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D54 is #4582AB. Grayscale: #8A8A8A. Windows color (decimal): -4555436 or 5537210. OLE color: 5537210.

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

Color convert

RGB 186 125 84 -
CMYK 0 0.33 0.55 0.27
HSL 24.12º 0.43% 0.53% -
HSV(B) 24.12º 0.55% 0.73% -
XYZ 29.18 25.75 11.82 -
YUV 138.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 186 125 84 0 0.33 0.55 0.27 24.12 0.43 0.53
Hex BA 7D 54 0 21 37 1B 18 2A 35
Octal 272 175 124 0 41 67 33 30 52 65
Binary 10111010 1111101 1010100 0 100001 110111 11011 11000 101010 110101

Color Harmonies of #BA7D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D54

Black with #BA7D54

Text Example


Text Example

White with #BA7D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D54; }

 p { color: rgb(186,125,84); }

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

background-color css

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

 a { background-color: rgb(186,125,84); }

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

border-color css

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

 span { border-color: rgb(186,125,84); }

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