Html Css Color HEX #BA7E3B Brandy Punch

📋 copy color: '#BA7E3B'

red 186 ◦ green 126 ◦ blue 59

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

Shades of Brandy Punch #BA7E3B

Tints of Brandy Punch #BA7E3B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

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

R = 50.13%
G = 33.96%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA7E3B (or 0xBA7E3B) is known color: Brandy Punch. HEX triplet: BA, 7E and 3B. RGB value is (186,126,59). Sum of RGB (Red+Green+Blue) = 186+126+59=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E3B is #4581C4. Grayscale: #888888. Windows color (decimal): -4555205 or 3899066. OLE color: 3899066.

HSL color Cylindrical-coordinate representation of color #BA7E3B: hue angle of 31.65º 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 #BA7E3B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 59 -
CMYK 0 0.32 0.68 0.27
HSL 31.65º 0.52% 0.48% -
HSV(B) 31.65º 0.68% 0.73% -
XYZ 28.5 25.68 7.59 -
YUV 136.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 186 126 59 0 0.32 0.68 0.27 31.65 0.52 0.48
Hex BA 7E 3B 0 20 44 1B 20 34 30
Octal 272 176 73 0 40 104 33 40 64 60
Binary 10111010 1111110 111011 0 100000 1000100 11011 100000 110100 110000

Color Harmonies of #BA7E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E3B

Black with #BA7E3B

Text Example


Text Example

White with #BA7E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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