Html Css Color HEX #BA764C Brandy Punch

📋 copy color: '#BA764C'

red 186 ◦ green 118 ◦ blue 76

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

Shades of Brandy Punch #BA764C

Tints of Brandy Punch #BA764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20%

R = 48.95%
G = 31.05%
B = 20%

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

#BA764C (or 0xBA764C) is known color: Brandy Punch. HEX triplet: BA, 76 and 4C. RGB value is (186,118,76). Sum of RGB (Red+Green+Blue) = 186+118+76=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA764C is #4589B3. Grayscale: #858585. Windows color (decimal): -4557236 or 5011130. OLE color: 5011130.

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

Color convert

RGB 186 118 76 -
CMYK 0 0.37 0.59 0.27
HSL 22.91º 0.44% 0.51% -
HSV(B) 22.91º 0.59% 0.73% -
XYZ 28.03 23.92 9.98 -
YUV 133.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 186 118 76 0 0.37 0.59 0.27 22.91 0.44 0.51
Hex BA 76 4C 0 25 3B 1B 17 2C 33
Octal 272 166 114 0 45 73 33 27 54 63
Binary 10111010 1110110 1001100 0 100101 111011 11011 10111 101100 110011

Color Harmonies of #BA764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA764C

Black with #BA764C

Text Example


Text Example

White with #BA764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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