Html Css Color HEX #BA7C3B Brandy Punch

📋 copy color: '#BA7C3B'

red 186 ◦ green 124 ◦ blue 59

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

Shades of Brandy Punch #BA7C3B

Tints of Brandy Punch #BA7C3B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 50.41%
G = 33.6%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA7C3B (or 0xBA7C3B) is known color: Brandy Punch. HEX triplet: BA, 7C and 3B. RGB value is (186,124,59). Sum of RGB (Red+Green+Blue) = 186+124+59=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C3B is #4583C4. Grayscale: #878787. Windows color (decimal): -4555717 or 3898554. OLE color: 3898554.

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

Color convert

RGB 186 124 59 -
CMYK 0 0.33 0.68 0.27
HSL 30.71º 0.52% 0.48% -
HSV(B) 30.71º 0.68% 0.73% -
XYZ 28.25 25.17 7.51 -
YUV 135.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 186 124 59 0 0.33 0.68 0.27 30.71 0.52 0.48
Hex BA 7C 3B 0 21 44 1B 1F 34 30
Octal 272 174 73 0 41 104 33 37 64 60
Binary 10111010 1111100 111011 0 100001 1000100 11011 11111 110100 110000

Color Harmonies of #BA7C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C3B

Black with #BA7C3B

Text Example


Text Example

White with #BA7C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C3B; }

 p { color: rgb(186,124,59); }

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

background-color css

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

 a { background-color: rgb(186,124,59); }

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

border-color css

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

 span { border-color: rgb(186,124,59); }

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