Html Css Color HEX #BA7B55 Brandy Punch

📋 copy color: '#BA7B55'

red 186 ◦ green 123 ◦ blue 85

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

Shades of Brandy Punch #BA7B55

Tints of Brandy Punch #BA7B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.57%

R = 47.21%
G = 31.22%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA7B55 (or 0xBA7B55) is known color: Brandy Punch. HEX triplet: BA, 7B and 55. RGB value is (186,123,85). Sum of RGB (Red+Green+Blue) = 186+123+85=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B55 is #4584AA. Grayscale: #898989. Windows color (decimal): -4555947 or 5602234. OLE color: 5602234.

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

Color convert

RGB 186 123 85 -
CMYK 0 0.34 0.54 0.27
HSL 22.57º 0.42% 0.53% -
HSV(B) 22.57º 0.54% 0.73% -
XYZ 28.97 25.26 11.94 -
YUV 137.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 186 123 85 0 0.34 0.54 0.27 22.57 0.42 0.53
Hex BA 7B 55 0 22 36 1B 17 2A 35
Octal 272 173 125 0 42 66 33 27 52 65
Binary 10111010 1111011 1010101 0 100010 110110 11011 10111 101010 110101

Color Harmonies of #BA7B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B55

Black with #BA7B55

Text Example


Text Example

White with #BA7B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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