Html Css Color HEX #BA814E Brandy Punch

📋 copy color: '#BA814E'

red 186 ◦ green 129 ◦ blue 78

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

Shades of Brandy Punch #BA814E

Tints of Brandy Punch #BA814E

RGB

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

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

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

R = 47.33%
G = 32.82%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA814E (or 0xBA814E) is known color: Brandy Punch. HEX triplet: BA, 81 and 4E. RGB value is (186,129,78). Sum of RGB (Red+Green+Blue) = 186+129+78=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA814E is #457EB1. Grayscale: #8C8C8C. Windows color (decimal): -4554418 or 5145018. OLE color: 5145018.

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

Color convert

RGB 186 129 78 -
CMYK 0 0.31 0.58 0.27
HSL 28.33º 0.44% 0.52% -
HSV(B) 28.33º 0.58% 0.73% -
XYZ 29.48 26.69 10.81 -
YUV 140.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 186 129 78 0 0.31 0.58 0.27 28.33 0.44 0.52
Hex BA 81 4E 0 1F 3A 1B 1C 2C 34
Octal 272 201 116 0 37 72 33 34 54 64
Binary 10111010 10000001 1001110 0 11111 111010 11011 11100 101100 110100

Color Harmonies of #BA814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA814E

Black with #BA814E

Text Example


Text Example

White with #BA814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA814E; }

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

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

background-color css

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

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

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

border-color css

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

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

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