Html Css Color HEX #BA813F Brandy Punch

📋 copy color: '#BA813F'

red 186 ◦ green 129 ◦ blue 63

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

Shades of Brandy Punch #BA813F

Tints of Brandy Punch #BA813F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.67%

R = 49.21%
G = 34.13%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA813F (or 0xBA813F) is known color: Brandy Punch. HEX triplet: BA, 81 and 3F. RGB value is (186,129,63). Sum of RGB (Red+Green+Blue) = 186+129+63=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA813F is #457EC0. Grayscale: #8A8A8A. Windows color (decimal): -4554433 or 4161978. OLE color: 4161978.

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

Color convert

RGB 186 129 63 -
CMYK 0 0.31 0.66 0.27
HSL 32.2º 0.49% 0.49% -
HSV(B) 32.2º 0.66% 0.73% -
XYZ 29 26.5 8.29 -
YUV 138.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 186 129 63 0 0.31 0.66 0.27 32.2 0.49 0.49
Hex BA 81 3F 0 1F 42 1B 20 31 31
Octal 272 201 77 0 37 102 33 40 61 61
Binary 10111010 10000001 111111 0 11111 1000010 11011 100000 110001 110001

Color Harmonies of #BA813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA813F

Black with #BA813F

Text Example


Text Example

White with #BA813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA813F; }

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

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

background-color css

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

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

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

border-color css

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

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

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