Html Css Color HEX #BA7E54 Brandy Punch

📋 copy color: '#BA7E54'

red 186 ◦ green 126 ◦ blue 84

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

Shades of Brandy Punch #BA7E54

Tints of Brandy Punch #BA7E54

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

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

R = 46.97%
G = 31.82%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA7E54 (or 0xBA7E54) is known color: Brandy Punch. HEX triplet: BA, 7E and 54. RGB value is (186,126,84). Sum of RGB (Red+Green+Blue) = 186+126+84=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E54 is #4581AB. Grayscale: #8B8B8B. Windows color (decimal): -4555180 or 5537466. OLE color: 5537466.

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

Color convert

RGB 186 126 84 -
CMYK 0 0.32 0.55 0.27
HSL 24.71º 0.43% 0.53% -
HSV(B) 24.71º 0.55% 0.73% -
XYZ 29.31 26 11.86 -
YUV 139.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 186 126 84 0 0.32 0.55 0.27 24.71 0.43 0.53
Hex BA 7E 54 0 20 37 1B 19 2A 35
Octal 272 176 124 0 40 67 33 31 52 65
Binary 10111010 1111110 1010100 0 100000 110111 11011 11001 101010 110101

Color Harmonies of #BA7E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E54

Black with #BA7E54

Text Example


Text Example

White with #BA7E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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