Html Css Color HEX #BA7B56 Brandy Punch

📋 copy color: '#BA7B56'

red 186 ◦ green 123 ◦ blue 86

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

Shades of Brandy Punch #BA7B56

Tints of Brandy Punch #BA7B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 47.09%
G = 31.14%
B = 21.77%

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

#BA7B56 (or 0xBA7B56) is known color: Brandy Punch. HEX triplet: BA, 7B and 56. RGB value is (186,123,86). Sum of RGB (Red+Green+Blue) = 186+123+86=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B56 is #4584A9. Grayscale: #898989. Windows color (decimal): -4555946 or 5667770. OLE color: 5667770.

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

Color convert

RGB 186 123 86 -
CMYK 0 0.34 0.54 0.27
HSL 22.2º 0.42% 0.53% -
HSV(B) 22.2º 0.54% 0.73% -
XYZ 29.01 25.28 12.15 -
YUV 137.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 186 123 86 0 0.34 0.54 0.27 22.2 0.42 0.53
Hex BA 7B 56 0 22 36 1B 16 2A 35
Octal 272 173 126 0 42 66 33 26 52 65
Binary 10111010 1111011 1010110 0 100010 110110 11011 10110 101010 110101

Color Harmonies of #BA7B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B56

Black with #BA7B56

Text Example


Text Example

White with #BA7B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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