Html Css Color HEX #BA7F40 Brandy Punch

📋 copy color: '#BA7F40'

red 186 ◦ green 127 ◦ blue 64

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

Shades of Brandy Punch #BA7F40

Tints of Brandy Punch #BA7F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 49.34%
G = 33.69%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA7F40 (or 0xBA7F40) is known color: Brandy Punch. HEX triplet: BA, 7F and 40. RGB value is (186,127,64). Sum of RGB (Red+Green+Blue) = 186+127+64=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F40 is #4580BF. Grayscale: #898989. Windows color (decimal): -4554944 or 4227002. OLE color: 4227002.

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

Color convert

RGB 186 127 64 -
CMYK 0 0.32 0.66 0.27
HSL 30.98º 0.49% 0.49% -
HSV(B) 30.98º 0.66% 0.73% -
XYZ 28.76 25.99 8.35 -
YUV 137.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 186 127 64 0 0.32 0.66 0.27 30.98 0.49 0.49
Hex BA 7F 40 0 20 42 1B 1F 31 31
Octal 272 177 100 0 40 102 33 37 61 61
Binary 10111010 1111111 1000000 0 100000 1000010 11011 11111 110001 110001

Color Harmonies of #BA7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F40

Black with #BA7F40

Text Example


Text Example

White with #BA7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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