Html Css Color HEX #BA813C Brandy Punch

📋 copy color: '#BA813C'

red 186 ◦ green 129 ◦ blue 60

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

Shades of Brandy Punch #BA813C

Tints of Brandy Punch #BA813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 60 (23.83% from 255) = 16%

R = 49.6%
G = 34.4%
B = 16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA813C (or 0xBA813C) is known color: Brandy Punch. HEX triplet: BA, 81 and 3C. RGB value is (186,129,60). Sum of RGB (Red+Green+Blue) = 186+129+60=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA813C is #457EC3. Grayscale: #8A8A8A. Windows color (decimal): -4554436 or 3965370. OLE color: 3965370.

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

Color convert

RGB 186 129 60 -
CMYK 0 0.31 0.68 0.27
HSL 32.86º 0.51% 0.48% -
HSV(B) 32.86º 0.68% 0.73% -
XYZ 28.92 26.47 7.86 -
YUV 138.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 186 129 60 0 0.31 0.68 0.27 32.86 0.51 0.48
Hex BA 81 3C 0 1F 44 1B 21 33 30
Octal 272 201 74 0 37 104 33 41 63 60
Binary 10111010 10000001 111100 0 11111 1000100 11011 100001 110011 110000

Color Harmonies of #BA813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA813C

Black with #BA813C

Text Example


Text Example

White with #BA813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA813C; }

 p { color: rgb(186,129,60); }

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

background-color css

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

 a { background-color: rgb(186,129,60); }

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

border-color css

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

 span { border-color: rgb(186,129,60); }

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