Html Css Color HEX #BA7B51 Brandy Punch

📋 copy color: '#BA7B51'

red 186 ◦ green 123 ◦ blue 81

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

Shades of Brandy Punch #BA7B51

Tints of Brandy Punch #BA7B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.77%

R = 47.69%
G = 31.54%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA7B51 (or 0xBA7B51) is known color: Brandy Punch. HEX triplet: BA, 7B and 51. RGB value is (186,123,81). Sum of RGB (Red+Green+Blue) = 186+123+81=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B51 is #4584AE. Grayscale: #898989. Windows color (decimal): -4555951 or 5340090. OLE color: 5340090.

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

Color convert

RGB 186 123 81 -
CMYK 0 0.34 0.56 0.27
HSL 24º 0.43% 0.52% -
HSV(B) 24º 0.56% 0.73% -
XYZ 28.82 25.2 11.13 -
YUV 137.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 186 123 81 0 0.34 0.56 0.27 24 0.43 0.52
Hex BA 7B 51 0 22 38 1B 18 2B 34
Octal 272 173 121 0 42 70 33 30 53 64
Binary 10111010 1111011 1010001 0 100010 111000 11011 11000 101011 110100

Color Harmonies of #BA7B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B51

Black with #BA7B51

Text Example


Text Example

White with #BA7B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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