Html Css Color HEX #BA7F48 Brandy Punch

📋 copy color: '#BA7F48'

red 186 ◦ green 127 ◦ blue 72

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

Shades of Brandy Punch #BA7F48

Tints of Brandy Punch #BA7F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 48.31%
G = 32.99%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA7F48 (or 0xBA7F48) is known color: Brandy Punch. HEX triplet: BA, 7F and 48. RGB value is (186,127,72). Sum of RGB (Red+Green+Blue) = 186+127+72=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F48 is #4580B7. Grayscale: #8A8A8A. Windows color (decimal): -4554936 or 4751290. OLE color: 4751290.

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

Color convert

RGB 186 127 72 -
CMYK 0 0.32 0.61 0.27
HSL 28.95º 0.45% 0.51% -
HSV(B) 28.95º 0.61% 0.73% -
XYZ 29.01 26.09 9.64 -
YUV 138.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 186 127 72 0 0.32 0.61 0.27 28.95 0.45 0.51
Hex BA 7F 48 0 20 3D 1B 1D 2D 33
Octal 272 177 110 0 40 75 33 35 55 63
Binary 10111010 1111111 1001000 0 100000 111101 11011 11101 101101 110011

Color Harmonies of #BA7F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F48

Black with #BA7F48

Text Example


Text Example

White with #BA7F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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