Html Css Color HEX #BA8145 Brandy Punch

📋 copy color: '#BA8145'

red 186 ◦ green 129 ◦ blue 69

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

Shades of Brandy Punch #BA8145

Tints of Brandy Punch #BA8145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.97%

R = 48.44%
G = 33.59%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA8145 (or 0xBA8145) is known color: Brandy Punch. HEX triplet: BA, 81 and 45. RGB value is (186,129,69). Sum of RGB (Red+Green+Blue) = 186+129+69=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8145 is #457EBA. Grayscale: #8B8B8B. Windows color (decimal): -4554427 or 4555194. OLE color: 4555194.

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

Color convert

RGB 186 129 69 -
CMYK 0 0.31 0.63 0.27
HSL 30.77º 0.46% 0.5% -
HSV(B) 30.77º 0.63% 0.73% -
XYZ 29.17 26.57 9.22 -
YUV 139.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 186 129 69 0 0.31 0.63 0.27 30.77 0.46 0.5
Hex BA 81 45 0 1F 3F 1B 1F 2E 32
Octal 272 201 105 0 37 77 33 37 56 62
Binary 10111010 10000001 1000101 0 11111 111111 11011 11111 101110 110010

Color Harmonies of #BA8145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8145

Black with #BA8145

Text Example


Text Example

White with #BA8145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8145; }

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

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

background-color css

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

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

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

border-color css

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

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

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