Html Css Color HEX #BA7B39 Brandy Punch

📋 copy color: '#BA7B39'

red 186 ◦ green 123 ◦ blue 57

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

Shades of Brandy Punch #BA7B39

Tints of Brandy Punch #BA7B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.57%

R = 50.82%
G = 33.61%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA7B39 (or 0xBA7B39) is known color: Brandy Punch. HEX triplet: BA, 7B and 39. RGB value is (186,123,57). Sum of RGB (Red+Green+Blue) = 186+123+57=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B39 is #4584C6. Grayscale: #868686. Windows color (decimal): -4555975 or 3767226. OLE color: 3767226.

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

Color convert

RGB 186 123 57 -
CMYK 0 0.34 0.69 0.27
HSL 30.7º 0.53% 0.48% -
HSV(B) 30.7º 0.69% 0.73% -
XYZ 28.07 24.9 7.2 -
YUV 134.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 186 123 57 0 0.34 0.69 0.27 30.7 0.53 0.48
Hex BA 7B 39 0 22 45 1B 1F 35 30
Octal 272 173 71 0 42 105 33 37 65 60
Binary 10111010 1111011 111001 0 100010 1000101 11011 11111 110101 110000

Color Harmonies of #BA7B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B39

Black with #BA7B39

Text Example


Text Example

White with #BA7B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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