Html Css Color HEX #BA7B53 Brandy Punch

📋 copy color: '#BA7B53'

red 186 ◦ green 123 ◦ blue 83

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

Shades of Brandy Punch #BA7B53

Tints of Brandy Punch #BA7B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.17%

R = 47.45%
G = 31.38%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA7B53 (or 0xBA7B53) is known color: Brandy Punch. HEX triplet: BA, 7B and 53. RGB value is (186,123,83). Sum of RGB (Red+Green+Blue) = 186+123+83=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B53 is #4584AC. Grayscale: #898989. Windows color (decimal): -4555949 or 5471162. OLE color: 5471162.

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

Color convert

RGB 186 123 83 -
CMYK 0 0.34 0.55 0.27
HSL 23.3º 0.43% 0.53% -
HSV(B) 23.3º 0.55% 0.73% -
XYZ 28.89 25.23 11.53 -
YUV 137.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 186 123 83 0 0.34 0.55 0.27 23.3 0.43 0.53
Hex BA 7B 53 0 22 37 1B 17 2B 35
Octal 272 173 123 0 42 67 33 27 53 65
Binary 10111010 1111011 1010011 0 100010 110111 11011 10111 101011 110101

Color Harmonies of #BA7B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B53

Black with #BA7B53

Text Example


Text Example

White with #BA7B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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