Html Css Color HEX #BA7B3B Brandy Punch

📋 copy color: '#BA7B3B'

red 186 ◦ green 123 ◦ blue 59

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

Shades of Brandy Punch #BA7B3B

Tints of Brandy Punch #BA7B3B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.42%

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

R = 50.54%
G = 33.42%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA7B3B (or 0xBA7B3B) is known color: Brandy Punch. HEX triplet: BA, 7B and 3B. RGB value is (186,123,59). Sum of RGB (Red+Green+Blue) = 186+123+59=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B3B is #4584C4. Grayscale: #868686. Windows color (decimal): -4555973 or 3898298. OLE color: 3898298.

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

Color convert

RGB 186 123 59 -
CMYK 0 0.34 0.68 0.27
HSL 30.24º 0.52% 0.48% -
HSV(B) 30.24º 0.68% 0.73% -
XYZ 28.12 24.92 7.47 -
YUV 134.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 186 123 59 0 0.34 0.68 0.27 30.24 0.52 0.48
Hex BA 7B 3B 0 22 44 1B 1E 34 30
Octal 272 173 73 0 42 104 33 36 64 60
Binary 10111010 1111011 111011 0 100010 1000100 11011 11110 110100 110000

Color Harmonies of #BA7B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B3B

Black with #BA7B3B

Text Example


Text Example

White with #BA7B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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