Html Css Color HEX #BA764F Brandy Punch

📋 copy color: '#BA764F'

red 186 ◦ green 118 ◦ blue 79

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

Shades of Brandy Punch #BA764F

Tints of Brandy Punch #BA764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.81%

 BLUE value IS 79 (31.25% from 255) = 20.63%

R = 48.56%
G = 30.81%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA764F (or 0xBA764F) is known color: Brandy Punch. HEX triplet: BA, 76 and 4F. RGB value is (186,118,79). Sum of RGB (Red+Green+Blue) = 186+118+79=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA764F is #4589B0. Grayscale: #868686. Windows color (decimal): -4557233 or 5207738. OLE color: 5207738.

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

Color convert

RGB 186 118 79 -
CMYK 0 0.37 0.58 0.27
HSL 21.87º 0.44% 0.52% -
HSV(B) 21.87º 0.58% 0.73% -
XYZ 28.14 23.96 10.54 -
YUV 133.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 186 118 79 0 0.37 0.58 0.27 21.87 0.44 0.52
Hex BA 76 4F 0 25 3A 1B 16 2C 34
Octal 272 166 117 0 45 72 33 26 54 64
Binary 10111010 1110110 1001111 0 100101 111010 11011 10110 101100 110100

Color Harmonies of #BA764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA764F

Black with #BA764F

Text Example


Text Example

White with #BA764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA764F; }

 p { color: rgb(186,118,79); }

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

background-color css

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

 a { background-color: rgb(186,118,79); }

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

border-color css

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

 span { border-color: rgb(186,118,79); }

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