Html Css Color HEX #BA754E Brandy Punch

📋 copy color: '#BA754E'

red 186 ◦ green 117 ◦ blue 78

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

Shades of Brandy Punch #BA754E

Tints of Brandy Punch #BA754E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 48.82%
G = 30.71%
B = 20.47%

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

#BA754E (or 0xBA754E) is known color: Brandy Punch. HEX triplet: BA, 75 and 4E. RGB value is (186,117,78). Sum of RGB (Red+Green+Blue) = 186+117+78=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA754E is #458AB1. Grayscale: #858585. Windows color (decimal): -4557490 or 5141946. OLE color: 5141946.

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

Color convert

RGB 186 117 78 -
CMYK 0 0.37 0.58 0.27
HSL 21.67º 0.44% 0.52% -
HSV(B) 21.67º 0.58% 0.73% -
XYZ 27.99 23.71 10.31 -
YUV 133.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 186 117 78 0 0.37 0.58 0.27 21.67 0.44 0.52
Hex BA 75 4E 0 25 3A 1B 16 2C 34
Octal 272 165 116 0 45 72 33 26 54 64
Binary 10111010 1110101 1001110 0 100101 111010 11011 10110 101100 110100

Color Harmonies of #BA754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA754E

Black with #BA754E

Text Example


Text Example

White with #BA754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA754E; }

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

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

background-color css

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

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

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

border-color css

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

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

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