Html Css Color HEX #BA7F4E Brandy Punch

📋 copy color: '#BA7F4E'

red 186 ◦ green 127 ◦ blue 78

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

Shades of Brandy Punch #BA7F4E

Tints of Brandy Punch #BA7F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.95%

R = 47.57%
G = 32.48%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA7F4E (or 0xBA7F4E) is known color: Brandy Punch. HEX triplet: BA, 7F and 4E. RGB value is (186,127,78). Sum of RGB (Red+Green+Blue) = 186+127+78=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F4E is #4580B1. Grayscale: #8B8B8B. Windows color (decimal): -4554930 or 5144506. OLE color: 5144506.

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

Color convert

RGB 186 127 78 -
CMYK 0 0.32 0.58 0.27
HSL 27.22º 0.44% 0.52% -
HSV(B) 27.22º 0.58% 0.73% -
XYZ 29.21 26.17 10.72 -
YUV 139.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 186 127 78 0 0.32 0.58 0.27 27.22 0.44 0.52
Hex BA 7F 4E 0 20 3A 1B 1B 2C 34
Octal 272 177 116 0 40 72 33 33 54 64
Binary 10111010 1111111 1001110 0 100000 111010 11011 11011 101100 110100

Color Harmonies of #BA7F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F4E

Black with #BA7F4E

Text Example


Text Example

White with #BA7F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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