Html Css Color HEX #BA7F50 Brandy Punch

📋 copy color: '#BA7F50'

red 186 ◦ green 127 ◦ blue 80

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

Shades of Brandy Punch #BA7F50

Tints of Brandy Punch #BA7F50

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 47.33%
G = 32.32%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA7F50 (or 0xBA7F50) is known color: Brandy Punch. HEX triplet: BA, 7F and 50. RGB value is (186,127,80). Sum of RGB (Red+Green+Blue) = 186+127+80=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F50 is #4580AF. Grayscale: #8B8B8B. Windows color (decimal): -4554928 or 5275578. OLE color: 5275578.

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

Color convert

RGB 186 127 80 -
CMYK 0 0.32 0.57 0.27
HSL 26.6º 0.43% 0.52% -
HSV(B) 26.6º 0.57% 0.73% -
XYZ 29.29 26.2 11.1 -
YUV 139.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 186 127 80 0 0.32 0.57 0.27 26.6 0.43 0.52
Hex BA 7F 50 0 20 39 1B 1B 2B 34
Octal 272 177 120 0 40 71 33 33 53 64
Binary 10111010 1111111 1010000 0 100000 111001 11011 11011 101011 110100

Color Harmonies of #BA7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F50

Black with #BA7F50

Text Example


Text Example

White with #BA7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F50; }

 p { color: rgb(186,127,80); }

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

background-color css

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

 a { background-color: rgb(186,127,80); }

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

border-color css

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

 span { border-color: rgb(186,127,80); }

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