Html Css Color HEX #BA764D Brandy Punch

📋 copy color: '#BA764D'

red 186 ◦ green 118 ◦ blue 77

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

Shades of Brandy Punch #BA764D

Tints of Brandy Punch #BA764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 48.82%
G = 30.97%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA764D (or 0xBA764D) is known color: Brandy Punch. HEX triplet: BA, 76 and 4D. RGB value is (186,118,77). Sum of RGB (Red+Green+Blue) = 186+118+77=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA764D is #4589B2. Grayscale: #858585. Windows color (decimal): -4557235 or 5076666. OLE color: 5076666.

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

Color convert

RGB 186 118 77 -
CMYK 0 0.37 0.59 0.27
HSL 22.57º 0.44% 0.52% -
HSV(B) 22.57º 0.59% 0.73% -
XYZ 28.07 23.93 10.16 -
YUV 133.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 186 118 77 0 0.37 0.59 0.27 22.57 0.44 0.52
Hex BA 76 4D 0 25 3B 1B 17 2C 34
Octal 272 166 115 0 45 73 33 27 54 64
Binary 10111010 1110110 1001101 0 100101 111011 11011 10111 101100 110100

Color Harmonies of #BA764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA764D

Black with #BA764D

Text Example


Text Example

White with #BA764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA764D; }

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

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

background-color css

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

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

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

border-color css

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

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

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