Html Css Color HEX #BA7F55 Brandy Punch

📋 copy color: '#BA7F55'

red 186 ◦ green 127 ◦ blue 85

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

Shades of Brandy Punch #BA7F55

Tints of Brandy Punch #BA7F55

RGB

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

 GREEN value IS 127 (50% from 255) = 31.91%

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 46.73%
G = 31.91%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA7F55 (or 0xBA7F55) is known color: Brandy Punch. HEX triplet: BA, 7F and 55. RGB value is (186,127,85). Sum of RGB (Red+Green+Blue) = 186+127+85=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F55 is #4580AA. Grayscale: #8C8C8C. Windows color (decimal): -4554923 or 5603258. OLE color: 5603258.

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

Color convert

RGB 186 127 85 -
CMYK 0 0.32 0.54 0.27
HSL 24.95º 0.42% 0.53% -
HSV(B) 24.95º 0.54% 0.73% -
XYZ 29.48 26.27 12.11 -
YUV 139.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 186 127 85 0 0.32 0.54 0.27 24.95 0.42 0.53
Hex BA 7F 55 0 20 36 1B 19 2A 35
Octal 272 177 125 0 40 66 33 31 52 65
Binary 10111010 1111111 1010101 0 100000 110110 11011 11001 101010 110101

Color Harmonies of #BA7F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F55

Black with #BA7F55

Text Example


Text Example

White with #BA7F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F55; }

 p { color: rgb(186,127,85); }

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

background-color css

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

 a { background-color: rgb(186,127,85); }

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

border-color css

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

 span { border-color: rgb(186,127,85); }

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