Html Css Color HEX #BA8047 Brandy Punch

📋 copy color: '#BA8047'

red 186 ◦ green 128 ◦ blue 71

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

Shades of Brandy Punch #BA8047

Tints of Brandy Punch #BA8047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 48.31%
G = 33.25%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA8047 (or 0xBA8047) is known color: Brandy Punch. HEX triplet: BA, 80 and 47. RGB value is (186,128,71). Sum of RGB (Red+Green+Blue) = 186+128+71=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8047 is #457FB8. Grayscale: #8B8B8B. Windows color (decimal): -4554681 or 4686010. OLE color: 4686010.

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

Color convert

RGB 186 128 71 -
CMYK 0 0.31 0.62 0.27
HSL 29.74º 0.45% 0.5% -
HSV(B) 29.74º 0.62% 0.73% -
XYZ 29.11 26.33 9.51 -
YUV 138.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 186 128 71 0 0.31 0.62 0.27 29.74 0.45 0.5
Hex BA 80 47 0 1F 3E 1B 1E 2D 32
Octal 272 200 107 0 37 76 33 36 55 62
Binary 10111010 10000000 1000111 0 11111 111110 11011 11110 101101 110010

Color Harmonies of #BA8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8047

Black with #BA8047

Text Example


Text Example

White with #BA8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8047; }

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

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

background-color css

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

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

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

border-color css

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

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

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