Html Css Color HEX #BA754C Brandy Punch

📋 copy color: '#BA754C'

red 186 ◦ green 117 ◦ blue 76

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

Shades of Brandy Punch #BA754C

Tints of Brandy Punch #BA754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

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

R = 49.08%
G = 30.87%
B = 20.05%

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

#BA754C (or 0xBA754C) is known color: Brandy Punch. HEX triplet: BA, 75 and 4C. RGB value is (186,117,76). Sum of RGB (Red+Green+Blue) = 186+117+76=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA754C is #458AB3. Grayscale: #858585. Windows color (decimal): -4557492 or 5010874. OLE color: 5010874.

HSL color Cylindrical-coordinate representation of color #BA754C: hue angle of 22.36º 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 #BA754C is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 76 -
CMYK 0 0.37 0.59 0.27
HSL 22.36º 0.44% 0.51% -
HSV(B) 22.36º 0.59% 0.73% -
XYZ 27.92 23.68 9.94 -
YUV 132.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 186 117 76 0 0.37 0.59 0.27 22.36 0.44 0.51
Hex BA 75 4C 0 25 3B 1B 16 2C 33
Octal 272 165 114 0 45 73 33 26 54 63
Binary 10111010 1110101 1001100 0 100101 111011 11011 10110 101100 110011

Color Harmonies of #BA754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA754C

Black with #BA754C

Text Example


Text Example

White with #BA754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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