Html Css Color HEX #BA8045 Brandy Punch

📋 copy color: '#BA8045'

red 186 ◦ green 128 ◦ blue 69

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

Shades of Brandy Punch #BA8045

Tints of Brandy Punch #BA8045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.42%

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

R = 48.56%
G = 33.42%
B = 18.02%

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

#BA8045 (or 0xBA8045) is known color: Brandy Punch. HEX triplet: BA, 80 and 45. RGB value is (186,128,69). Sum of RGB (Red+Green+Blue) = 186+128+69=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8045 is #457FBA. Grayscale: #8A8A8A. Windows color (decimal): -4554683 or 4554938. OLE color: 4554938.

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

Color convert

RGB 186 128 69 -
CMYK 0 0.31 0.63 0.27
HSL 30.26º 0.46% 0.5% -
HSV(B) 30.26º 0.63% 0.73% -
XYZ 29.04 26.31 9.18 -
YUV 138.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 186 128 69 0 0.31 0.63 0.27 30.26 0.46 0.5
Hex BA 80 45 0 1F 3F 1B 1E 2E 32
Octal 272 200 105 0 37 77 33 36 56 62
Binary 10111010 10000000 1000101 0 11111 111111 11011 11110 101110 110010

Color Harmonies of #BA8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8045

Black with #BA8045

Text Example


Text Example

White with #BA8045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8045; }

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

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

background-color css

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

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

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

border-color css

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

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

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