Html Css Color HEX #BA7F3E Brandy Punch

📋 copy color: '#BA7F3E'

red 186 ◦ green 127 ◦ blue 62

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

Shades of Brandy Punch #BA7F3E

Tints of Brandy Punch #BA7F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.53%

R = 49.6%
G = 33.87%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA7F3E (or 0xBA7F3E) is known color: Brandy Punch. HEX triplet: BA, 7F and 3E. RGB value is (186,127,62). Sum of RGB (Red+Green+Blue) = 186+127+62=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F3E is #4580C1. Grayscale: #898989. Windows color (decimal): -4554946 or 4095930. OLE color: 4095930.

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

Color convert

RGB 186 127 62 -
CMYK 0 0.32 0.67 0.27
HSL 31.45º 0.5% 0.49% -
HSV(B) 31.45º 0.67% 0.73% -
XYZ 28.71 25.97 8.06 -
YUV 137.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 186 127 62 0 0.32 0.67 0.27 31.45 0.5 0.49
Hex BA 7F 3E 0 20 43 1B 1F 32 31
Octal 272 177 76 0 40 103 33 37 62 61
Binary 10111010 1111111 111110 0 100000 1000011 11011 11111 110010 110001

Color Harmonies of #BA7F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F3E

Black with #BA7F3E

Text Example


Text Example

White with #BA7F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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