Html Css Color HEX #BA7B54 Brandy Punch

📋 copy color: '#BA7B54'

red 186 ◦ green 123 ◦ blue 84

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

Shades of Brandy Punch #BA7B54

Tints of Brandy Punch #BA7B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.37%

R = 47.33%
G = 31.3%
B = 21.37%

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

#BA7B54 (or 0xBA7B54) is known color: Brandy Punch. HEX triplet: BA, 7B and 54. RGB value is (186,123,84). Sum of RGB (Red+Green+Blue) = 186+123+84=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B54 is #4584AB. Grayscale: #898989. Windows color (decimal): -4555948 or 5536698. OLE color: 5536698.

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

Color convert

RGB 186 123 84 -
CMYK 0 0.34 0.55 0.27
HSL 22.94º 0.43% 0.53% -
HSV(B) 22.94º 0.55% 0.73% -
XYZ 28.93 25.25 11.74 -
YUV 137.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 186 123 84 0 0.34 0.55 0.27 22.94 0.43 0.53
Hex BA 7B 54 0 22 37 1B 17 2A 35
Octal 272 173 124 0 42 67 33 27 52 65
Binary 10111010 1111011 1010100 0 100010 110111 11011 10111 101010 110101

Color Harmonies of #BA7B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B54

Black with #BA7B54

Text Example


Text Example

White with #BA7B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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